Classes to output JDOM documents to various destinations.
See: Description
| Interface Summary | |
|---|---|
| EscapeStrategy | Logic to determine which characters should be formatted as character entities. |
| Class Summary | |
|---|---|
| DOMOutputter | Outputs a JDOM {@link org.jdom.Document org.jdom.Document} as a DOM {@link org.w3c.dom.Document org.w3c.dom.Document}. |
| Format | Class to encapsulate XMLOutputter format options. |
| Format.TextMode | Class to signify how text should be handled on output. |
| JDOMLocator | An implementation of the SAX {@link Locator} interface that exposes the JDOM node being processed by SAXOutputter. |
| SAXOutputter | Outputs a JDOM document as a stream of SAX2 events. |
| XMLOutputter | Outputs a JDOM document as a stream of bytes. |
| XMLOutputter.NamespaceStack | Our own null subclass of NamespaceStack. |