Package org.jdom.output
-
Interface Summary Interface Description EscapeStrategy Logic to determine which characters should be formatted as character entities.JDOMLocator An implementation of the SAXLocatorinterface that exposes the JDOM node being processed by SAXOutputter. -
Class Summary Class Description DOMOutputter Outputs a JDOMorg.jdom.Documentas a DOMorg.w3c.dom.Document.Format Class to encapsulate XMLOutputter format options.SAXOutputter Outputs a JDOM document as a stream of SAX2 events.StAXEventOutputter Outputs a JDOM document as a StAX XMLEventConsumer of bytes.StAXStreamOutputter Outputs a JDOM document as a StAX XMLStreamWriter of bytes.XMLOutputter Outputs a JDOM document as a stream of bytes.XMLOutputter2 Outputs a JDOM document as a stream of bytes. -
Enum Summary Enum Description Format.TextMode Class to signify how text should be handled on output.LineSeparator An enumeration of common separators that are used for JDOM output.