Uses of Interface
org.jdom2.output.support.XMLOutputProcessor
Packages that use XMLOutputProcessor
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 XMLOutputProcessor in org.jdom2.output
Methods in org.jdom2.output that return XMLOutputProcessorModifier and TypeMethodDescriptionXMLOutputter.getXMLOutputProcessor()
Returns the current XMLOutputProcessor instance in use by the XMLOutputter.Methods in org.jdom2.output with parameters of type XMLOutputProcessorModifier and TypeMethodDescriptionvoid
XMLOutputter.setXMLOutputProcessor
(XMLOutputProcessor processor) Sets a new XMLOutputProcessor instance for this XMLOutputter.Constructors in org.jdom2.output with parameters of type XMLOutputProcessorModifierConstructorDescriptionXMLOutputter
(Format format, XMLOutputProcessor processor) This will create anXMLOutputter
with the specified format characteristics.XMLOutputter
(XMLOutputProcessor processor) This will create anXMLOutputter
with the specified XMLOutputProcessor. -
Uses of XMLOutputProcessor in org.jdom2.output.support
Classes in org.jdom2.output.support that implement XMLOutputProcessorModifier and TypeClassDescriptionclass
This class provides a concrete implementation ofXMLOutputProcessor
for supporting theXMLOutputter
.