Uses of Interface
org.jdom2.output.support.XMLOutputProcessor
-
Packages that use XMLOutputProcessor 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 XMLOutputProcessor in org.jdom2.output
Methods in org.jdom2.output that return XMLOutputProcessor Modifier and Type Method Description XMLOutputProcessor
XMLOutputter. getXMLOutputProcessor()
Returns the current XMLOutputProcessor instance in use by the XMLOutputter.Methods in org.jdom2.output with parameters of type XMLOutputProcessor Modifier and Type Method Description void
XMLOutputter. setXMLOutputProcessor(XMLOutputProcessor processor)
Sets a new XMLOutputProcessor instance for this XMLOutputter.Constructors in org.jdom2.output with parameters of type XMLOutputProcessor Constructor Description XMLOutputter(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 XMLOutputProcessor Modifier and Type Class Description class
AbstractXMLOutputProcessor
This class provides a concrete implementation ofXMLOutputProcessor
for supporting theXMLOutputter
.
-