Package org.jdom2.output.support
package 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.
-
ClassDescriptionThis class provides a concrete implementation of
DOMOutputProcessor
for supporting theDOMOutputter
.This Walker implementation walks a list of Content in a Formatted form of some sort.Indicate how text content should be addedMethods common/useful for all Outputter processors.Outputs a JDOM document as a stream of SAX2 events.This class provides a concrete implementation ofStAXEventProcessor
for supporting theStAXEventOutputter
.This class provides a concrete implementation ofStAXStreamProcessor
for supporting theStAXStreamOutputter
.AnXMLStreamReader
implementation that reads the XML document out of a JDOMDocument
.A complete (but still abstract) implementation of a class that produces XMLStreamReaders based on the class AbstractXMLStreamReader.This class provides a concrete implementation ofXMLOutputProcessor
for supporting theXMLOutputter
.This interface provides a base support for theDOMOutputter
.FormatStack implements a mechanism where the formatting details can be changed mid-tree, but then get reverted when that tree segment is complete.This interface provides a base support for theSAXOutputter
.The target for all SAX notifications in this OuputProcessorA locator specific to the SAXOutputter process.This interface provides a base support for theXMLOutputter
.This interface provides a base support for theStAXStreamOutputter
.A simple interface that allows the implementation of a StAX XMLStreamReader instance for representing a JDOM Document.A model for walking the (potentially formatted) content of an Element.This Walker implementation will produce trimmed text content.This Walker implementation walks a list of Content in its original RAW format.This Walker implementation will produce trimmed text content.This Walker implementation will produce trimmed text content.This interface provides a base support for theXMLOutputter
.