JDOM
2.0.5

Package org.jdom2.adapters

Classes to create specific DOM Document instances.

See:
          Description

Interface Summary
DOMAdapter Defines a standard set of adapter methods for interfacing with a DOM parser and obtaining a DOM org.w3c.dom.Document object.
 

Class Summary
AbstractDOMAdapter A DOMAdapter utility abstract base class.
JAXPDOMAdapter A DOMAdapter that uses JAXP to obtain a org.w3c.dom.Document instance.
 

Package org.jdom2.adapters Description

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.


JDOM
2.0.5

Copyright � 2013 Jason Hunter, Brett McLaughlin. All Rights Reserved.