Package org.jdom.output.support
-
Interface Summary Interface Description DOMOutputProcessor This interface provides a base support for theDOMOutputter
.SAXOutputProcessor This interface provides a base support for theSAXOutputter
.StAXEventProcessor This interface provides a base support for theXMLOutputter2
.StAXStreamProcessor This interface provides a base support for theXMLOutputter2
.Walker A model for walking the (potentially formatted) content of an Element.XMLOutputProcessor This interface provides a base support for theXMLOutputter2
. -
Class Summary Class Description AbstractDOMOutputProcessor This class provides a concrete implementation ofDOMOutputProcessor
for supporting theDOMOutputter
.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 ofStAXEventProcessor
for supporting theStAXEventOutputter
.AbstractStAXStreamProcessor This class provides a concrete implementation ofStAXStreamProcessor
for supporting theStAXStreamOutputter
.AbstractXMLOutputProcessor This class provides a concrete implementation ofXMLOutputProcessor
for supporting theXMLOutputter2
.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 OuputProcessorSAXTarget.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 it's original RAW format.WalkerTRIM This Walker implementation will produce trimmed text content.WalkerTRIM_FULL_WHITE This Walker implementation will produce trimmed text content. -
Enum Summary Enum Description AbstractFormattedWalker.Trim Indicate how text content should be added