Uses of Interface
org.jdom2.output.support.SAXOutputProcessor
-
Packages that use SAXOutputProcessor 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 SAXOutputProcessor in org.jdom2.output
Methods in org.jdom2.output that return SAXOutputProcessor Modifier and Type Method Description SAXOutputProcessor
SAXOutputter. getSAXOutputProcessor()
Get the currentSAXOutputProcessor
being used for output.Methods in org.jdom2.output with parameters of type SAXOutputProcessor Modifier and Type Method Description void
SAXOutputter. setSAXOutputProcessor(SAXOutputProcessor processor)
Set the currentSAXOutputProcessor
to be used for output.Constructors in org.jdom2.output with parameters of type SAXOutputProcessor Constructor Description SAXOutputter(SAXOutputProcessor processor, Format format, org.xml.sax.ContentHandler contentHandler, org.xml.sax.ErrorHandler errorHandler, org.xml.sax.DTDHandler dtdHandler, org.xml.sax.EntityResolver entityResolver, org.xml.sax.ext.LexicalHandler lexicalHandler)
This will create aSAXOutputter
with the specified SAX2 handlers. -
Uses of SAXOutputProcessor in org.jdom2.output.support
Classes in org.jdom2.output.support that implement SAXOutputProcessor Modifier and Type Class Description class
AbstractSAXOutputProcessor
Outputs a JDOM document as a stream of SAX2 events.
-