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 currentSAXOutputProcessor
being used for output.Methods in org.jdom2.output with parameters of type SAXOutputProcessorModifier and TypeMethodDescriptionvoid
SAXOutputter.setSAXOutputProcessor
(SAXOutputProcessor processor) Set the currentSAXOutputProcessor
to 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 aSAXOutputter
with the specified SAX2 handlers. -
Uses of SAXOutputProcessor in org.jdom2.output.support
Classes in org.jdom2.output.support that implement SAXOutputProcessorModifier and TypeClassDescriptionclass
Outputs a JDOM document as a stream of SAX2 events.