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