See: Description
Interface | 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.
|
Walker |
A model for walking the (potentially formatted) content of an Element.
|
XMLOutputProcessor |
This interface provides a base support for the
XMLOutputter . |
Class | Description |
---|---|
AbstractDOMOutputProcessor |
This class provides a concrete implementation of
DOMOutputProcessor
for supporting the DOMOutputter . |
AbstractFormattedWalker |
This Walker implementation walks a list of Content in a Formatted form of
some sort.
|
AbstractOutputProcessor |
Methods common/useful for all Outputter processors.
|
AbstractSAXOutputProcessor |
Outputs a JDOM document as a stream of SAX2 events.
|
AbstractStAXEventProcessor |
This class provides a concrete implementation of
StAXEventProcessor
for supporting the StAXEventOutputter . |
AbstractStAXStreamProcessor |
This class provides a concrete implementation of
StAXStreamProcessor
for supporting the StAXStreamOutputter . |
AbstractStAXStreamReader |
An
XMLStreamReader implementation that reads the XML document
out of a JDOM Document . |
AbstractStAXStreamReaderProcessor |
A complete (but still abstract) implementation of a class that produces
XMLStreamReaders based on the class AbstractXMLStreamReader.
|
AbstractXMLOutputProcessor |
This class provides a concrete implementation of
XMLOutputProcessor
for supporting the XMLOutputter . |
FormatStack |
FormatStack implements a mechanism where the formatting details can be
changed mid-tree, but then get reverted when that tree segment is
complete.
|
SAXTarget |
The target for all SAX notifications in this OuputProcessor
|
SAXTarget.SAXLocator |
A locator specific to the SAXOutputter process.
|
WalkerNORMALIZE |
This Walker implementation will produce trimmed text content.
|
WalkerPRESERVE |
This Walker implementation walks a list of Content in its original RAW
format.
|
WalkerTRIM |
This Walker implementation will produce trimmed text content.
|
WalkerTRIM_FULL_WHITE |
This Walker implementation will produce trimmed text content.
|
Enum | Description |
---|---|
AbstractFormattedWalker.Trim |
Indicate how text content should be added
|
Copyright © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.