AbstractHandler |
A base class for content handlers
|
AbstractHandlerWithText |
Deprecated.
|
DefaultContentHandler |
This class is used as a default base class for an XML ContentHandler.
|
DefaultErrorHandler |
|
DefaultMessageRouter |
This class represents a simple Message Router implementation that simply
sends its strings to the System.err channel.
|
DOMSupport |
Deprecated.
|
FileFinderEntityResolver |
This EntityResolver tries to create the InputStream using the FileFinder , which basically
looks for files in the class-path.
|
FileLoaderEntityResolver |
Extends FileFinderEntityResolver by providing support to load dtd files from the
file system using the FileLoader .
|
ParserParameters |
This class is used to pass all parameters expected by the parse method
of the DOMSupport class.
|
SAXHelper |
This is a helper class that assists in the parsing of XML files using SAX.
|
SAXSupport |
This is a wrapper around the SAX parser that provides the following services:
Hides the actual parser implementation
Maintains the stack of active ContentHandlers
Provide set of static helper methods for dealing with XML content
|
SaxToDomHandler |
A class that converts an XML subtree into DOM document
|
SAXXMLStringDumper |
This class helps extract a valid XML string embedded inside another xml.
|
SerializerParameters |
This class is used to pass all parameters expected by the serialize method
of the DOMSupport class.
|
SimpleErrorHandler |
This is a very simple XML-ErrorHandler.
|
TransformerParameters |
This class is used to pass all parameters expected by the transform method.
|
XMLBuilder |
The purpose of this class is to assist in the creation of well-formed XML
documents directly in the string buffer.
|
XMLUtils |
This class provides additional utilities that can be applied to the XML.
|
XMLUtils.DefaultEntityResolver |
|
XSLTSupport |
This class provides parser-independent, JAXP-based, support for XSLT-based operations.
|