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 SAXOutputProcessorSAXOutputter. getSAXOutputProcessor()Get the currentSAXOutputProcessorbeing used for output.Methods in org.jdom2.output with parameters of type SAXOutputProcessor Modifier and Type Method Description voidSAXOutputter. setSAXOutputProcessor(SAXOutputProcessor processor)Set the currentSAXOutputProcessorto 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 aSAXOutputterwith 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 classAbstractSAXOutputProcessorOutputs a JDOM document as a stream of SAX2 events.
-