Package org.jdom2.adapters
Classes to create specific DOM Document instances. The DOMOutputter is the
only user of this code in JDOM, and customizing these classes is not generally
needed except in truly advanced situations.
-
Interface Summary Interface Description DOMAdapter Defines a standard set of adapter methods for interfacing with a DOM parser and obtaining a DOMorg.w3c.dom.Document
object. -
Class Summary Class Description AbstractDOMAdapter A DOMAdapter utility abstract base class.JAXPDOMAdapter A DOMAdapter that uses JAXP to obtain a org.w3c.dom.Document instance.