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 |
---|
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
StAXStreamOutputter . |
StAXStreamReaderProcessor
A simple interface that allows the implementation of a StAX XMLStreamReader
instance for representing a JDOM Document.
|
XMLOutputProcessor
This interface provides a base support for the
XMLOutputter . |
Class and 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
StAXStreamOutputter . |
StAXStreamReaderProcessor
A simple interface that allows the implementation of a StAX XMLStreamReader
instance for representing a JDOM Document.
|
Walker
A model for walking the (potentially formatted) content of an Element.
|
XMLOutputProcessor
This interface provides a base support for the
XMLOutputter . |
Copyright © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.