| 程序包 | 说明 |
|---|---|
| org.jdom2.output | |
| org.jdom2.output.support |
| 限定符和类型 | 方法和说明 |
|---|---|
StAXStreamReaderProcessor |
StAXStreamReader.getStAXAsStreamProcessor()
Returns the current XMLOutputProcessor instance in use by the
StAXStreamReader.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
StAXStreamReader.setStAXAsStreamProcessor(StAXStreamReaderProcessor processor)
Sets a new StAXStreamReaderProcessor instance for this StAXStreamReader.
|
| 构造器和说明 |
|---|
StAXStreamReader(Format format,
StAXStreamReaderProcessor processor)
This will create an
XMLOutputter with the specified format
characteristics. |
StAXStreamReader(StAXStreamReaderProcessor processor)
This will create an
XMLOutputter with the specified
XMLOutputProcessor. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractStAXStreamReaderProcessor
A complete (but still abstract) implementation of a class that produces
XMLStreamReaders based on the class AbstractXMLStreamReader.
|