| Package | Description | 
|---|---|
| org.jdom2.adapters | 
 Classes to create specific DOM Document instances. 
 | 
| org.jdom2.output | 
 Classes to output JDOM documents to various destinations. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractDOMAdapter
A DOMAdapter utility abstract base class. 
 | 
class  | 
JAXPDOMAdapter
A DOMAdapter that uses JAXP to obtain a org.w3c.dom.Document instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DOMAdapter | 
DOMOutputter.getDOMAdapter()
Get the DOMAdapter currently set for this DOMOutputter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DOMOutputter.setDOMAdapter(DOMAdapter adapter)
Set the DOMAdapter currently set for this DOMOutputter. 
 | 
| Constructor and Description | 
|---|
DOMOutputter(DOMAdapter adapter)
This creates a new DOMOutputter using the specified DOMAdapter
 implementation as a way to choose the underlying parser. 
 | 
DOMOutputter(DOMAdapter adapter,
            Format format,
            DOMOutputProcessor processor)
The complete constructor for specifying a custom DOMAdaptor, Format, and
 DOMOutputProcessor. 
 | 
Copyright © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.