Package gnu.xml.util

This package contains XML utilities, including SAX2 XML writers and a parser of DOM trees, plus a command line driver.

Class Summary

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.
This package contains XML utilities, including SAX2 XML writers and a parser of DOM trees, plus a command line driver. That driver connects parsers simple processing pipelines. It can be handy for command line validation or transformation tasks, possibly in batch mode, or within Makefiles.