Uses of Interface
org.jdom2.adapters.DOMAdapter
Packages that use DOMAdapter
Package
Description
Classes to create specific DOM Document instances.
Classes to output JDOM documents to various destinations.
-
Uses of DOMAdapter in org.jdom2.adapters
Classes in org.jdom2.adapters that implement DOMAdapterModifier and TypeClassDescriptionclassA DOMAdapter utility abstract base class.classA 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 DOMAdapterModifier and TypeMethodDescriptionDOMOutputter.getDOMAdapter()Get the DOMAdapter currently set for this DOMOutputter.Methods in org.jdom2.output with parameters of type DOMAdapterModifier and TypeMethodDescriptionvoidDOMOutputter.setDOMAdapter(DOMAdapter adapter) Set the DOMAdapter currently set for this DOMOutputter.Constructors in org.jdom2.output with parameters of type DOMAdapterModifierConstructorDescriptionDOMOutputter(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.