| Package | Description |
|---|---|
| org.jdom2.output |
Classes to output JDOM documents to various destinations.
|
| org.jdom2.output.support |
Classes used to implement output functionality that are not part of the
actual Output API, but rather part of the implementation.
|
| Class and Description |
|---|
| EscapeStrategy
Logic to determine which characters should be formatted as character
entities.
|
| 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
Locator interface that
exposes the JDOM node being processed by SAXOutputter. |
| LineSeparator
An enumeration of common separators that are used for JDOM output.
|
| StAXEventOutputter
Outputs a JDOM document as a StAX XMLEventConsumer of bytes.
|
| StAXStreamOutputter
Outputs a JDOM document as a StAX XMLStreamWriter of bytes.
|
| StAXStreamReader
Represents a JDOM document as a StAX XMLStreamReader that can be read from.
|
| XMLOutputter
Outputs a JDOM document as a stream of bytes.
|
| Class and Description |
|---|
| EscapeStrategy
Logic to determine which characters should be formatted as character
entities.
|
| 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
Locator interface that
exposes the JDOM node being processed by SAXOutputter. |
Copyright © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.