Uses of Interface
org.jdom2.adapters.DOMAdapter
-
Packages that use DOMAdapter Package Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description DOMAdapter
DOMOutputter. getDOMAdapter()
Get the DOMAdapter currently set for this DOMOutputter.Methods in org.jdom2.output with parameters of type DOMAdapter Modifier and Type Method Description void
DOMOutputter. setDOMAdapter(DOMAdapter adapter)
Set the DOMAdapter currently set for this DOMOutputter.Constructors in org.jdom2.output with parameters of type DOMAdapter Constructor 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.
-