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