程序包 | 说明 |
---|---|
org.jdom2.output | |
org.jdom2.output.support |
限定符和类型 | 方法和说明 |
---|---|
SAXOutputProcessor |
SAXOutputter.getSAXOutputProcessor()
Get the current
SAXOutputProcessor being used for output. |
限定符和类型 | 方法和说明 |
---|---|
void |
SAXOutputter.setSAXOutputProcessor(SAXOutputProcessor processor)
Set the current
SAXOutputProcessor to be used for output. |
构造器和说明 |
---|
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. |
限定符和类型 | 类和说明 |
---|---|
class |
AbstractSAXOutputProcessor
Outputs a JDOM document as a stream of SAX2 events.
|