|
|||||||||
| Home >> All >> org >> jdom >> [ adapters overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.jdom.adapters
Classes to represent the components of an XML document.
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. |
| CrimsonDOMAdapter | An adapter for the Apache Crimson DOM parser. |
| JAXPDOMAdapter | An adapter for any parser supporting the Sun JAXP APIs. |
| OracleV1DOMAdapter | An adapter for the Oracle Version 1 DOM parser. |
| OracleV2DOMAdapter | An adapter for the Oracle Version 2 DOM parser. |
| XercesDOMAdapter | An adapter for the Apache Xerces DOM parser. |
| XML4JDOMAdapter | An adapter for the IBM XML4J DOM parser. |
Package org.jdom.adapters Description
Classes to represent the components of an XML document. The Verifier is a special class useful in ensuring well-formedness of documents. The Parent interface is implemented by Document and Element exposing their commonality. The Content abstract class is extended by all the node types of a document except Document itself. The JDOMFactory interface and DefaultJDOMFactory standard implementation provide advanced users with the ability to create subtypes of the org.jdom classes.
|
|||||||||
| Home >> All >> org >> jdom >> [ adapters overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||