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 |
---|---|
StAXStreamReaderProcessor |
StAXStreamReader.getStAXAsStreamProcessor()
Returns the current XMLOutputProcessor instance in use by the
StAXStreamReader.
|
Modifier and Type | Method and Description |
---|---|
void |
StAXStreamReader.setStAXAsStreamProcessor(StAXStreamReaderProcessor processor)
Sets a new StAXStreamReaderProcessor instance for this StAXStreamReader.
|
Constructor and Description |
---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStAXStreamReaderProcessor
A complete (but still abstract) implementation of a class that produces
XMLStreamReaders based on the class AbstractXMLStreamReader.
|
Copyright © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.