| Subclasses of AbstractNode in org.dom4j.dom | 
|  class | DOMAttribute
 DOMAttributeimplements a doubly linked attribute which
 supports the W3C DOM API. | 
|  class | DOMCDATA
 DOMCDATAimplements a CDATA Section which supports the W3C DOM
 API. | 
|  class | DOMComment
 DOMTextimplements a Text node which supports the W3C DOM API. | 
|  class | DOMDocument
 DOMDocumentimplements an XML document which supports the W3C
 DOM API. | 
|  class | DOMDocumentType
 DOMDocumentTypeimplements a DocumentType node which supports
 the W3C DOM API. | 
|  class | DOMElement
 DOMElementimplements an XML element which supports the W3C
 DOM API. | 
|  class | DOMEntityReference
 DOMEntityimplements a Entity node which supports the W3C DOM
 API. | 
|  class | DOMNamespace
 DOMNamespaceimplements a Namespace that is compatable with
 the DOM API. | 
|  class | DOMProcessingInstruction
 DOMProcessingInstructionimplements a ProcessingInstruction
 node which supports the W3C DOM API. | 
|  class | DOMText
 DOMTextimplements a Text node which supports the W3C DOM API. | 
 
| Subclasses of AbstractNode in org.dom4j.tree | 
|  class | AbstractAttribute
 AbstractNamespaceis an abstract base class for tree
 implementors to use for implementation inheritence. | 
|  class | AbstractBranch
 AbstractBranchis an abstract base class for tree implementors
 to use for implementation inheritence. | 
|  class | AbstractCDATA
 AbstractCDATAis an abstract base class for tree implementors
 to use for implementation inheritence. | 
|  class | AbstractCharacterData
 AbstractCharacterDatais an abstract base class for tree
 implementors to use for implementation inheritence. | 
|  class | AbstractComment
 AbstractCommentis an abstract base class for tree
 implementors to use for implementation inheritence. | 
|  class | AbstractDocument
 AbstractDocumentis an abstract base class for tree
 implementors to use for implementation inheritence. | 
|  class | AbstractDocumentType
 AbstractDocumentTypeis an abstract base class for tree
 implementors to use for implementation inheritence. | 
|  class | AbstractElement
 AbstractElementis an abstract base class for tree
 implementors to use for implementation inheritence. | 
|  class | AbstractEntity
 AbstractEntityis an abstract base class for tree implementors
 to use for implementation inheritence. | 
|  class | AbstractProcessingInstruction
 AbstractProcessingInstructionis an abstract base class for
 tree implementors to use for implementation inheritence. | 
|  class | AbstractText
 AbstractTextis an abstract base class for tree implementors
 to use for implementation inheritence. | 
|  class | BaseElement
 BaseElementis a useful base class for implemementation
 inheritence of an XML element. | 
|  class | DefaultAttribute
 DefaultAttributeimplements a doubly linked node which
 supports the parent relationship and is mutable. | 
|  class | DefaultCDATA
 DefaultCDATAis the default CDATA implementation. | 
|  class | DefaultComment
 DefaultCommentis the default Comment implementation. | 
|  class | DefaultDocument
 DefaultDocumentis the default DOM4J default implementation of
 an XML document. | 
|  class | DefaultDocumentType
 DefaultDocumentTypeis the DOM4J default implementation of an
 XML document type. | 
|  class | DefaultElement
 DefaultElementis the default DOM4J default implementation of
 an XML element. | 
|  class | DefaultEntity
 DefaultEntityis the default Entity implementation. | 
|  class | DefaultNamespace
 DefaultNamespaceimplements a doubly linked node which
 supports the parent relationship and is mutable. | 
|  class | DefaultProcessingInstruction
 DefaultProcessingInstructionis the default Processing
 Instruction implementation. | 
|  class | DefaultText
 DefaultTextis the default Text implementation. | 
|  class | FlyweightAttribute
 FlyweightAttributeis a Flyweight pattern implementation of a
 singly linked, read-only XML Attribute. | 
|  class | FlyweightCDATA
 FlyweightCDATAis a Flyweight pattern implementation of a
 singly linked, read-only XML CDATA. | 
|  class | FlyweightComment
 FlyweightCommentis a Flyweight pattern implementation of a
 singly linked, read-only XML Comment. | 
|  class | FlyweightEntity
 FlyweightEntityis a Flyweight pattern implementation of a
 singly linked, read-only XML entity. | 
|  class | FlyweightProcessingInstruction
 FlyweightProcessingInstructionis a Flyweight pattern
 implementation of a singly linked, read-only XML Processing Instruction. | 
|  class | FlyweightText
 FlyweightTextis a Flyweight pattern implementation of a
 singly linked, read-only XML Text. |