Skip navigation links

Oracle® Database XML Java API Reference
12c Release 1 (12.1)

E15981-09


Package oracle.xml.async

Provides asynchronous Java beans for DOM building and XSL Transformations.

See:
          Description

Interface Summary
DOMBuilderErrorListener Deprecated. This interface must be implemented in order to receive notifications when error is found during parsing.
DOMBuilderListener Deprecated. This interface must be implemented in order to receive notifications about events during the asyncronous parsing.
XSLTransformerErrorListener Deprecated. This interface must be implemented in order to receive notifications about error events during the asynchronous transformation.
XSLTransformerListener Deprecated. This interface must be implemented in order to receive notifications about events during the asynchronous transformation.

 

Class Summary
DOMBuilder Deprecated. This class encapsulates an eXtensible Markup Language (XML) 1.0 parser to parse an XML document and build a DOM tree.
DOMBuilderBeanInfo Deprecated. This class provides information about the DOMBuilder Bean.
DOMBuilderErrorEvent Deprecated. This class defines the error event which is sent when parse exception occurs.
DOMBuilderEvent Deprecated. The event object that DOMBuilder uses to notify all registered listeners about parse events.
ResourceManager Deprecated. Simple semaphore that maintains access to fixed number of logical resources.
XSLTransformer Deprecated. Applies XSL transformation in a background thread.
XSLTransformerBeanInfo Deprecated. This class provides information about the XSLTransformer Bean.
XSLTransformerErrorEvent Deprecated. The error event object that XSLTransformer uses to notify all registered listeners about transformation error events.
XSLTransformerEvent Deprecated. This class represents the event object used by XSLTransformer to notify XSL transformation events to all its registered listeners.

 

Package oracle.xml.async Description

Provides asynchronous Java beans for DOM building and XSL Transformations.
 


Skip navigation links

Oracle® Database XML Java API Reference
12c Release 1 (12.1)

E15981-09


Copyright © 2003, 2014, Oracle and/or its affiliates. All rights reserved.