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 classAbstractDOMAdapterA DOMAdapter utility abstract base class.classJAXPDOMAdapterA 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 DOMAdapterDOMOutputter. getDOMAdapter()Get the DOMAdapter currently set for this DOMOutputter.Methods in org.jdom2.output with parameters of type DOMAdapter Modifier and Type Method Description voidDOMOutputter. 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.
-