DomParser | This parser emits SAX2 parsing events as it traverses a DOM tree, using
any conformant implementation of DOM. |
DoParse | This class provides a driver which may be invoked from the command line
to process a document using a SAX2 parser and a specified XML processing
pipeline.
|
Resolver | Utility implementation of a SAX resolver, which can be used to improve
network utilization of SAX based XML components. |
SAXNullTransformerFactory | Implements null transforms. |
XCat | Packages OASIS XML Catalogs,
primarily for entity resolution by parsers.
|
XHTMLWriter | This extends XMLWriter to create a class which defaults to writing
XHTML text, preferring the US-ASCII encoding. |
XMLWriter | This class is a SAX handler which writes all its input as a well formed
XML or XHTML document. |