Uses of Interface
org.jdom2.output.support.DOMOutputProcessor
Packages that use DOMOutputProcessor
Package
Description
Classes to output JDOM documents to various destinations.
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 DOMOutputProcessorModifier and TypeMethodDescriptionDOMOutputter.getDOMOutputProcessor()
Get the current DOMOutputProcessorMethods in org.jdom2.output with parameters of type DOMOutputProcessorModifier and TypeMethodDescriptionvoid
DOMOutputter.setDOMOutputProcessor
(DOMOutputProcessor processor) Set a new DOMOutputProcessor for this DOMOutputter.Constructors in org.jdom2.output with parameters of type DOMOutputProcessorModifierConstructorDescriptionDOMOutputter
(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 default (JAXP) DOM implementation but with a custom processor. -
Uses of DOMOutputProcessor in org.jdom2.output.support
Classes in org.jdom2.output.support that implement DOMOutputProcessorModifier and TypeClassDescriptionclass
This class provides a concrete implementation ofDOMOutputProcessor
for supporting theDOMOutputter
.