|
Class Summary |
| DocumentUtil |
Utilities to make working with DOM documents easier. |
| NodeUtil |
Defines some util methods on DOM nodes. |
| SAXWriter |
SAXWriter is a utility class that translates events sent to a SAX
ContentHandler to a character stream send to a Writer. |
| SimpleSAXAdapter |
An implementation of SimpleSAXListener providing dummy
implementations for all its methods. |
| SimpleSAXParser |
An XML parser that generates "simple" SAX-like events from a limited subset
of XML documents. |
| XMLReaderFactory |
Factory class for creating an XMLReader. |
| XMLUtil |
Utility methods for handling and processing XML data. |
| XMLWriter |
A utility class offering convenience methods for writing XML. |