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.
|
Modifier and Type | Method and Description |
---|---|
SAXOutputProcessor |
SAXOutputter.getSAXOutputProcessor()
Get the current
SAXOutputProcessor being used for output. |
Modifier and Type | Method and Description |
---|---|
void |
SAXOutputter.setSAXOutputProcessor(SAXOutputProcessor processor)
Set the current
SAXOutputProcessor to be used for output. |
Constructor and 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 a
SAXOutputter with the specified SAX2
handlers. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSAXOutputProcessor
Outputs a JDOM document as a stream of SAX2 events.
|
Copyright © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.