Package org.dom4j.dom
package org.dom4j.dom
An implementation of the dom4j API which also supports the W3C object model.
-
ClassesClassDescription
DOMAttributeimplements a doubly linked attribute which supports the W3C DOM API.DOMAttributeNodeMapimplements a W3C NameNodeMap for the attributes of an element.DOMCDATAimplements a CDATA Section which supports the W3C DOM API.DOMTextimplements a Text node which supports the W3C DOM API.DOMDocumentimplements an XML document which supports the W3C DOM API.DOMDocumentFactoryis a factory of DOM4J objects which implement the W3C DOM API.DOMDocumentTypeimplements a DocumentType node which supports the W3C DOM API.DOMElementimplements an XML element which supports the W3C DOM API.DOMEntityimplements a Entity node which supports the W3C DOM API.DOMNamespaceimplements a Namespace that is compatable with the DOM API.DOMNodeHelpercontains a collection of utility methods for use across Node implementations.DOMProcessingInstructionimplements a ProcessingInstruction node which supports the W3C DOM API.DOMTextimplements a Text node which supports the W3C DOM API.