程序包 | 说明 |
---|---|
org.jdom2.output | |
org.jdom2.output.support |
限定符和类型 | 方法和说明 |
---|---|
StAXStreamProcessor |
StAXStreamOutputter.getStAXStream()
Returns the current XMLOutputProcessor instance in use by the
StAXStreamOutputter.
|
限定符和类型 | 方法和说明 |
---|---|
void |
StAXStreamOutputter.setStAXStreamProcessor(StAXStreamProcessor processor)
Sets a new XMLOutputProcessor instance for this StAXStreamOutputter.
|
构造器和说明 |
---|
StAXStreamOutputter(Format format,
StAXStreamProcessor processor)
This will create an
StAXStreamOutputter with the specified format
characteristics. |
StAXStreamOutputter(StAXStreamProcessor processor)
This will create an
StAXStreamOutputter with the specified
XMLOutputProcessor. |
限定符和类型 | 类和说明 |
---|---|
class |
AbstractStAXStreamProcessor
This class provides a concrete implementation of
StAXStreamProcessor
for supporting the StAXStreamOutputter . |