| 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 |
|---|---|---|
DOMOutputProcessor |
DOMOutputter.getDOMOutputProcessor() |
Get the current DOMOutputProcessor
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DOMOutputter.setDOMOutputProcessor(DOMOutputProcessor processor) |
Set a new DOMOutputProcessor for this DOMOutputter.
|
| Constructor | Description |
|---|---|
DOMOutputter(DOMAdapter adapter,
Format format,
DOMOutputProcessor processor) |
The complete constructor for specifying a custom DOMAdaptor, Format, and
DOMOutputProcessor.
|
DOMOutputter(DOMOutputProcessor processor) |
This creates a new DOMOutputter which uses the defalt (JAXP) DOM
implementation but with a custom processor.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractDOMOutputProcessor |
This class provides a concrete implementation of
DOMOutputProcessor
for supporting the DOMOutputter. |
Copyright ? 2019 Jason Hunter, Brett McLaughlin. All Rights Reserved.