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