An implementation of the dom4j API which also supports the W3C object model.
-
Class Summary
Class |
Description |
DOMAttribute |
DOMAttribute implements a doubly linked attribute which
supports the W3C DOM API.
|
DOMAttributeNodeMap |
DOMAttributeNodeMap implements a W3C NameNodeMap for the
attributes of an element.
|
DOMCDATA |
DOMCDATA implements a CDATA Section which supports the W3C DOM
API.
|
DOMComment |
DOMText implements a Text node which supports the W3C DOM API.
|
DOMDocument |
DOMDocument implements an XML document which supports the W3C
DOM API.
|
DOMDocumentFactory |
DOMDocumentFactory is a factory of DOM4J objects which
implement the W3C DOM API.
|
DOMDocumentType |
DOMDocumentType implements a DocumentType node which supports
the W3C DOM API.
|
DOMElement |
DOMElement implements an XML element which supports the W3C
DOM API.
|
DOMEntityReference |
DOMEntity implements a Entity node which supports the W3C DOM
API.
|
DOMNamespace |
DOMNamespace implements a Namespace that is compatable with
the DOM API.
|
DOMNodeHelper |
DOMNodeHelper contains a collection of utility methods for use
across Node implementations.
|
DOMNodeHelper.EmptyNodeList |
|
DOMProcessingInstruction |
DOMProcessingInstruction implements a ProcessingInstruction
node which supports the W3C DOM API.
|
DOMText |
DOMText implements a Text node which supports the W3C DOM API.
|