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 |
---|---|
StAXStreamProcessor |
StAXStreamOutputter.getStAXStream()
Returns the current XMLOutputProcessor instance in use by the
StAXStreamOutputter.
|
Modifier and Type | Method and Description |
---|---|
void |
StAXStreamOutputter.setStAXStreamProcessor(StAXStreamProcessor processor)
Sets a new XMLOutputProcessor instance for this StAXStreamOutputter.
|
Constructor and Description |
---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStAXStreamProcessor
This class provides a concrete implementation of
StAXStreamProcessor
for supporting the StAXStreamOutputter . |
Copyright © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.