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 |
---|---|
DOMOutputProcessor |
DOMOutputter.getDOMOutputProcessor()
Get the current DOMOutputProcessor
|
Modifier and Type | Method and Description |
---|---|
void |
DOMOutputter.setDOMOutputProcessor(DOMOutputProcessor processor)
Set a new DOMOutputProcessor for this DOMOutputter.
|
Constructor and 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 default (JAXP) DOM
implementation but with a custom processor.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDOMOutputProcessor
This class provides a concrete implementation of
DOMOutputProcessor
for supporting the DOMOutputter . |
Copyright © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.