Uses of Class
org.dom4j.tree.AbstractNode
-
Packages that use AbstractNode Package Description org.dom4j Defines the XML Document Object Model in Java interfaces together with some helper classes.org.dom4j.bean An implementation of the dom4j API which allows JavaBeans to be used to store and retrieve attribute values from Element.org.dom4j.datatype An implementation of the dom4j API which supports the XML Schema Data Types specification.org.dom4j.dom An implementation of the dom4j API which also supports the W3C object model.org.dom4j.tree Contains the default implementations of the dom4j Document Object Model together with some helpful base classes for those wishing to implement their own document object model.org.dom4j.util A collection of utility classes for the dom4j API. -
-
Uses of AbstractNode in org.dom4j
Subclasses of AbstractNode in org.dom4j Modifier and Type Class Description classNamespaceNamespaceis a Flyweight Namespace that can be shared amongst nodes. -
Uses of AbstractNode in org.dom4j.bean
Subclasses of AbstractNode in org.dom4j.bean Modifier and Type Class Description classBeanAttributeBeanAttributerepresents a mutable XML attribute which is backed by a property of the JavaBean of its parent element.classBeanElementBeanElementuses a Java Bean to store its attributes. -
Uses of AbstractNode in org.dom4j.datatype
Subclasses of AbstractNode in org.dom4j.datatype Modifier and Type Class Description classDatatypeAttributeDatatypeAttributerepresents an Attribute which supports the XML Schema Data Types specification.classDatatypeElementDatatypeElementrepresents an Element which supports the XML Schema Data Types specification. -
Uses of AbstractNode in org.dom4j.dom
Subclasses of AbstractNode in org.dom4j.dom Modifier and Type Class Description classDOMAttributeDOMAttributeimplements a doubly linked attribute which supports the W3C DOM API.classDOMCDATADOMCDATAimplements a CDATA Section which supports the W3C DOM API.classDOMCommentDOMTextimplements a Text node which supports the W3C DOM API.classDOMDocumentDOMDocumentimplements an XML document which supports the W3C DOM API.classDOMDocumentTypeDOMDocumentTypeimplements a DocumentType node which supports the W3C DOM API.classDOMElementDOMElementimplements an XML element which supports the W3C DOM API.classDOMEntityReferenceDOMEntityimplements a Entity node which supports the W3C DOM API.classDOMNamespaceDOMNamespaceimplements a Namespace that is compatable with the DOM API.classDOMProcessingInstructionDOMProcessingInstructionimplements a ProcessingInstruction node which supports the W3C DOM API.classDOMTextDOMTextimplements a Text node which supports the W3C DOM API. -
Uses of AbstractNode in org.dom4j.tree
Subclasses of AbstractNode in org.dom4j.tree Modifier and Type Class Description classAbstractAttributeAbstractNamespaceis an abstract base class for tree implementors to use for implementation inheritence.classAbstractBranchAbstractBranchis an abstract base class for tree implementors to use for implementation inheritence.classAbstractCDATAAbstractCDATAis an abstract base class for tree implementors to use for implementation inheritence.classAbstractCharacterDataAbstractCharacterDatais an abstract base class for tree implementors to use for implementation inheritence.classAbstractCommentAbstractCommentis an abstract base class for tree implementors to use for implementation inheritence.classAbstractDocumentAbstractDocumentis an abstract base class for tree implementors to use for implementation inheritence.classAbstractDocumentTypeAbstractDocumentTypeis an abstract base class for tree implementors to use for implementation inheritence.classAbstractElementAbstractElementis an abstract base class for tree implementors to use for implementation inheritence.classAbstractEntityAbstractEntityis an abstract base class for tree implementors to use for implementation inheritence.classAbstractProcessingInstructionAbstractProcessingInstructionis an abstract base class for tree implementors to use for implementation inheritence.classAbstractTextAbstractTextis an abstract base class for tree implementors to use for implementation inheritence.classBaseElementBaseElementis a useful base class for implemementation inheritence of an XML element.classDefaultAttributeDefaultAttributeimplements a doubly linked node which supports the parent relationship and is mutable.classDefaultCDATADefaultCDATAis the default CDATA implementation.classDefaultCommentDefaultCommentis the default Comment implementation.classDefaultDocumentDefaultDocumentis the default DOM4J default implementation of an XML document.classDefaultDocumentTypeDefaultDocumentTypeis the DOM4J default implementation of an XML document type.classDefaultElementDefaultElementis the default DOM4J default implementation of an XML element.classDefaultEntityDefaultEntityis the default Entity implementation.classDefaultNamespaceDefaultNamespaceimplements a doubly linked node which supports the parent relationship and is mutable.classDefaultProcessingInstructionDefaultProcessingInstructionis the default Processing Instruction implementation.classDefaultTextDefaultTextis the default Text implementation.classFlyweightAttributeFlyweightAttributeis a Flyweight pattern implementation of a singly linked, read-only XML Attribute.classFlyweightCDATAFlyweightCDATAis a Flyweight pattern implementation of a singly linked, read-only XML CDATA.classFlyweightCommentFlyweightCommentis a Flyweight pattern implementation of a singly linked, read-only XML Comment.classFlyweightEntityFlyweightEntityis a Flyweight pattern implementation of a singly linked, read-only XML entity.classFlyweightProcessingInstructionFlyweightProcessingInstructionis a Flyweight pattern implementation of a singly linked, read-only XML Processing Instruction.classFlyweightTextFlyweightTextis a Flyweight pattern implementation of a singly linked, read-only XML Text. -
Uses of AbstractNode in org.dom4j.util
Subclasses of AbstractNode in org.dom4j.util Modifier and Type Class Description classIndexedElementIndexedElementis an implementation ofElementwhich maintains an index of the attributes and elements it contains to optimise lookups via name.classNonLazyElementNonLazyElementis the default DOM4J default implementation of an XML element.classUserDataAttributeUserDataAttributesupport the adornment of a user data object on an Element or Attribute instance such that the methodsUserDataAttribute.getData()UserDataAttribute.setData(Object)will get and set the values of a user data object.classUserDataElementUserDataElementsupport the adornment of a user data object on an Element or Attribute instance such that the methodsUserDataElement.getData()UserDataElement.setData(Object)will get and set the values of a user data object.
-