| 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 | Description |
|---|---|---|
XMLOutputProcessor |
XMLOutputter.getXMLOutputProcessor() |
Returns the current XMLOutputProcessor instance in use by the
XMLOutputter.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
XMLOutputter.setXMLOutputProcessor(XMLOutputProcessor processor) |
Sets a new XMLOutputProcessor instance for this XMLOutputter.
|
| Constructor | Description |
|---|---|
XMLOutputter(Format format,
XMLOutputProcessor processor) |
This will create an
XMLOutputter with the specified format
characteristics. |
XMLOutputter(XMLOutputProcessor processor) |
This will create an
XMLOutputter with the specified
XMLOutputProcessor. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractXMLOutputProcessor |
This class provides a concrete implementation of
XMLOutputProcessor
for supporting the XMLOutputter. |
Copyright ? 2019 Jason Hunter, Brett McLaughlin. All Rights Reserved.