| 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 | Description |
|---|---|
| DOMOutputProcessor |
This interface provides a base support for the
DOMOutputter. |
| SAXOutputProcessor |
This interface provides a base support for the
SAXOutputter. |
| StAXEventProcessor |
This interface provides a base support for the
XMLOutputter. |
| StAXStreamProcessor |
This interface provides a base support for the
XMLOutputter. |
| XMLOutputProcessor |
This interface provides a base support for the
XMLOutputter. |
| Class | Description |
|---|---|
| AbstractFormattedWalker |
This Walker implementation walks a list of Content in a Formatted form of
some sort.
|
| AbstractFormattedWalker.MultiText |
Collect together the items that constitute formatted Text-like content.
|
| AbstractFormattedWalker.Trim |
Indicate how text content should be added
|
| AbstractOutputProcessor |
Methods common/useful for all Outputter processors.
|
| DOMOutputProcessor |
This interface provides a base support for the
DOMOutputter. |
| FormatStack |
FormatStack implements a mechanism where the formatting details can be
changed mid-tree, but then get reverted when that tree segment is
complete.
|
| SAXOutputProcessor |
This interface provides a base support for the
SAXOutputter. |
| SAXTarget |
The target for all SAX notifications in this OuputProcessor
|
| SAXTarget.SAXLocator |
A locator specific to the SAXOutputter process.
|
| StAXEventProcessor |
This interface provides a base support for the
XMLOutputter. |
| StAXStreamProcessor |
This interface provides a base support for the
XMLOutputter. |
| Walker |
A model for walking the (potentially formatted) content of an Element.
|
| XMLOutputProcessor |
This interface provides a base support for the
XMLOutputter. |
Copyright ? 2019 Jason Hunter, Brett McLaughlin. All Rights Reserved.