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,
ContentHandler contentHandler,
ErrorHandler errorHandler,
DTDHandler dtdHandler,
EntityResolver entityResolver,
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 ? 2013 Jason Hunter, Brett McLaughlin. All Rights Reserved.