Uses of Interface
org.jdom2.output.support.DOMOutputProcessor
-
Packages that use DOMOutputProcessor 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. -
-
Uses of DOMOutputProcessor in org.jdom2.output
Methods in org.jdom2.output that return DOMOutputProcessor Modifier and Type Method Description DOMOutputProcessor
DOMOutputter. getDOMOutputProcessor()
Get the current DOMOutputProcessorMethods in org.jdom2.output with parameters of type DOMOutputProcessor Modifier and Type Method Description void
DOMOutputter. setDOMOutputProcessor(DOMOutputProcessor processor)
Set a new DOMOutputProcessor for this DOMOutputter.Constructors in org.jdom2.output with parameters of type DOMOutputProcessor Constructor Description DOMOutputter(DOMAdapter adapter, Format format, DOMOutputProcessor processor)
The complete constructor for specifying a custom DOMAdaptor, Format, and DOMOutputProcessor.DOMOutputter(DOMOutputProcessor processor)
This creates a new DOMOutputter which uses the defalt (JAXP) DOM implementation but with a custom processor. -
Uses of DOMOutputProcessor in org.jdom2.output.support
Classes in org.jdom2.output.support that implement DOMOutputProcessor Modifier and Type Class Description class
AbstractDOMOutputProcessor
This class provides a concrete implementation ofDOMOutputProcessor
for supporting theDOMOutputter
.
-