Uses of Interface
org.jdom2.output.support.SAXOutputProcessor
Packages that use SAXOutputProcessor
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 SAXOutputProcessor in org.jdom2.output
Methods in org.jdom2.output that return SAXOutputProcessorModifier and TypeMethodDescriptionSAXOutputter.getSAXOutputProcessor()Get the currentSAXOutputProcessorbeing used for output.Methods in org.jdom2.output with parameters of type SAXOutputProcessorModifier and TypeMethodDescriptionvoidSAXOutputter.setSAXOutputProcessor(SAXOutputProcessor processor) Set the currentSAXOutputProcessorto be used for output.Constructors in org.jdom2.output with parameters of type SAXOutputProcessorModifierConstructorDescriptionSAXOutputter(SAXOutputProcessor processor, Format format, ContentHandler contentHandler, ErrorHandler errorHandler, DTDHandler dtdHandler, EntityResolver entityResolver, 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 SAXOutputProcessorModifier and TypeClassDescriptionclassOutputs a JDOM document as a stream of SAX2 events.