|
JDOM 2.0.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DOMAdapter | |
---|---|
org.jdom2.adapters | Classes to create specific DOM Document instances. |
org.jdom2.output | Classes to output JDOM documents to various destinations. |
Uses of DOMAdapter in org.jdom2.adapters |
---|
Classes in org.jdom2.adapters that implement DOMAdapter | |
---|---|
class |
AbstractDOMAdapter
A DOMAdapter utility abstract base class. |
class |
JAXPDOMAdapter
A DOMAdapter that uses JAXP to obtain a org.w3c.dom.Document instance. |
Uses of DOMAdapter in org.jdom2.output |
---|
Methods in org.jdom2.output that return DOMAdapter | |
---|---|
DOMAdapter |
DOMOutputter.getDOMAdapter()
Get the DOMAdapter currently set for this DOMOutputter. |
Methods in org.jdom2.output with parameters of type DOMAdapter | |
---|---|
void |
DOMOutputter.setDOMAdapter(DOMAdapter adapter)
Set the DOMAdapter currently set for this DOMOutputter. |
Constructors in org.jdom2.output with parameters of type DOMAdapter | |
---|---|
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. |
|
JDOM 2.0.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |