Package oracle.xml.async

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  
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  
 



 

Copyright © 1997, 2004, Oracle. All rights reserved.