|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
DefaultHandler | This class extends the SAX base handler class to support the SAX2 Lexical and Declaration handlers. |
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. |
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.
|
Source code is GPL'd in the JAXP subproject at http://savannah.gnu.org/projects/classpathx |
|||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |