Uses of Class
org.jdom2.output.support.AbstractOutputProcessor
Packages that use AbstractOutputProcessor
Package
Description
Classes used to implement output functionality that are not part of the
actual Output API, but rather part of the implementation.
-
Uses of AbstractOutputProcessor in org.jdom2.output.support
Subclasses of AbstractOutputProcessor in org.jdom2.output.supportModifier and TypeClassDescriptionclass
This class provides a concrete implementation ofDOMOutputProcessor
for supporting theDOMOutputter
.class
Outputs a JDOM document as a stream of SAX2 events.class
This class provides a concrete implementation ofStAXEventProcessor
for supporting theStAXEventOutputter
.class
This class provides a concrete implementation ofStAXStreamProcessor
for supporting theStAXStreamOutputter
.class
AnXMLStreamReader
implementation that reads the XML document out of a JDOMDocument
.class
This class provides a concrete implementation ofXMLOutputProcessor
for supporting theXMLOutputter
.