|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES All Classes |
Provides asynchronous Java beans for DOM building and XSL Transformations.
See:
Description
Interface Summary | |
DOMBuilderErrorListener | This interface must be implemented in order to receive notifications when error is found during parsing. |
DOMBuilderListener | This interface must be implemented in order to receive notifications about events during the asyncronous parsing. |
XSLTransformerErrorListener | This interface must be implemented in order to receive notifications about error events during the asynchronous transformation. |
XSLTransformerListener | This interface must be implemented in order to receive notifications about events during the asynchronous transformation. |
Class Summary | |
DOMBuilder | This class encapsulates an eXtensible Markup Language (XML) 1.0 parser to parse an XML document and build a DOM tree. |
DOMBuilderBeanInfo | This class provides information about the DOMBuilder Bean. |
DOMBuilderErrorEvent | This class defines the error event which is sent when parse exception occurs. |
DOMBuilderEvent | The event object that DOMBuilder uses to notify all registered listeners about parse events. |
ResourceManager | Simple semaphore that maintains access to fixed number of logical resources. |
XSLTransformer | Applies XSL transformation in a background thread. |
XSLTransformerBeanInfo | This class provides information about the XSLTransformer Bean. |
XSLTransformerErrorEvent | The error event object that XSLTransformer uses to notify all registered listeners about transformation error events. |
XSLTransformerEvent | This class represents the event object used by XSLTransformer to notify XSL transformation events to all its registered listeners. |
Provides asynchronous Java beans for DOM building and XSL Transformations.
For overviews, tutorials, examples, guides, and tool documentation, please see:
|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES All Classes |