| Interface Summary | |
|---|---|
| XMLWriter | A simple serializer for XML documents, which is writing to an instance of java.io.Writer. |
| Class Summary | |
|---|---|
| CharSetXMLWriter | An improved version of XMLWriterImpl, using thejava.nio.charset.Charset from Java 1.4. |
| DOMBuilder | Converts a stream of SAX events into a DOM node. |
| DOMSerializer | Serializes a DOM node into a stream of SAX events. |
| OrderedAttributeXMLWriter | A subclass of XMLWriterImpl, which writes the attributes ordered alphabetically. |
| PassThroughXMLWriter | A subclass of XMLWriterImpl, which is escaping nothing. |
| XMLWriterImpl | Default implementation of XMLWriter. |