Package org.jdom2.adapters


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.
  • Class
    Description
    A DOMAdapter utility abstract base class.
    Defines a standard set of adapter methods for interfacing with a DOM parser and obtaining a DOM org.w3c.dom.Document object.
    A DOMAdapter that uses JAXP to obtain a org.w3c.dom.Document instance.