Class Summary |
AbstractDOMFragment |
Abstract implementation of XMLFragment for objects that are more easily represented
as a DOM.
|
AbstractSAXFragment |
Abstract implementation of XMLFragment for objects that are more easily represented
as SAX events.
|
AbstractXMLConsumer |
This abstract class provides default implementation of the methods specified
by the XMLConsumer interface. |
AbstractXMLPipe |
This class provides a bridge class to connect to existing content
handlers and lexical handlers. |
AbstractXMLProducer |
This abstract class provides default implementation of the methods specified
by the XMLProducer interface. |
ContentHandlerWrapper |
This class is an utility class "wrapping" around a SAX version 2.0
ContentHandler and forwarding it those events received throug
its XMLConsumers interface.
|
DocumentHandlerAdapter |
This class is an utility class "adapting" a SAX version 1.0
DocumentHandler , to SAX version 2 ContentHandler .
|
DocumentHandlerWrapper |
This class is an utility class "wrapping" around a SAX version 1.0
DocumentHandler and forwarding it those events received throug
its XMLConsumers interface.
|
EmbeddedXMLPipe |
This class implements a ContentHandler for embedding a full SAX
event stream into an existing stream of SAX events. |
IncludeXMLConsumer |
A special purpose XMLConsumer used for including files.
|
LoggingContentHandler |
Logging content handler logs all events going through to the logger. |
LoggingEntityResolver |
Logging entity resolver to assist in caching. |
NamespacesTable |
This utility class is used to keep track namespaces declarations and resolve
namespaces names. |
XMLMulticaster |
|
XMLUtils |
XML utility methods. |