Uses of Package
org.dom4j.tree
-
Packages that use org.dom4j.tree 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.io Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text.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. -
Classes in org.dom4j.tree used by org.dom4j Class Description AbstractNode AbstractNodeis an abstract base class for tree implementors to use for implementation inheritence.NamespaceCache NamespaceCachecaches instances ofDefaultNamespacefor reuse both across documents and within documents.QNameCache QNameCachecaches instances ofQNamefor reuse both across documents and within documents. -
Classes in org.dom4j.tree used by org.dom4j.bean Class Description AbstractAttribute AbstractNamespaceis an abstract base class for tree implementors to use for implementation inheritence.AbstractBranch AbstractBranchis an abstract base class for tree implementors to use for implementation inheritence.AbstractElement AbstractElementis an abstract base class for tree implementors to use for implementation inheritence.AbstractNode AbstractNodeis an abstract base class for tree implementors to use for implementation inheritence.DefaultElement DefaultElementis the default DOM4J default implementation of an XML element.NamespaceStack NamespaceStack implements a stack of namespaces and optionally maintains a cache of all the fully qualified names (QName) which are in scope. -
Classes in org.dom4j.tree used by org.dom4j.datatype Class Description AbstractAttribute AbstractNamespaceis an abstract base class for tree implementors to use for implementation inheritence.AbstractBranch AbstractBranchis an abstract base class for tree implementors to use for implementation inheritence.AbstractElement AbstractElementis an abstract base class for tree implementors to use for implementation inheritence.AbstractNode AbstractNodeis an abstract base class for tree implementors to use for implementation inheritence.DefaultElement DefaultElementis the default DOM4J default implementation of an XML element. -
Classes in org.dom4j.tree used by org.dom4j.dom Class Description AbstractAttribute AbstractNamespaceis an abstract base class for tree implementors to use for implementation inheritence.AbstractBranch AbstractBranchis an abstract base class for tree implementors to use for implementation inheritence.AbstractCDATA AbstractCDATAis an abstract base class for tree implementors to use for implementation inheritence.AbstractCharacterData AbstractCharacterDatais an abstract base class for tree implementors to use for implementation inheritence.AbstractComment AbstractCommentis an abstract base class for tree implementors to use for implementation inheritence.AbstractDocument AbstractDocumentis an abstract base class for tree implementors to use for implementation inheritence.AbstractDocumentType AbstractDocumentTypeis an abstract base class for tree implementors to use for implementation inheritence.AbstractElement AbstractElementis an abstract base class for tree implementors to use for implementation inheritence.AbstractEntity AbstractEntityis an abstract base class for tree implementors to use for implementation inheritence.AbstractNode AbstractNodeis an abstract base class for tree implementors to use for implementation inheritence.AbstractProcessingInstruction AbstractProcessingInstructionis an abstract base class for tree implementors to use for implementation inheritence.AbstractText AbstractTextis an abstract base class for tree implementors to use for implementation inheritence.DefaultAttribute DefaultAttributeimplements a doubly linked node which supports the parent relationship and is mutable.DefaultCDATA DefaultCDATAis the default CDATA implementation.DefaultComment DefaultCommentis the default Comment implementation.DefaultDocument DefaultDocumentis the default DOM4J default implementation of an XML document.DefaultDocumentType DefaultDocumentTypeis the DOM4J default implementation of an XML document type.DefaultElement DefaultElementis the default DOM4J default implementation of an XML element.DefaultEntity DefaultEntityis the default Entity implementation.DefaultNamespace DefaultNamespaceimplements a doubly linked node which supports the parent relationship and is mutable.DefaultProcessingInstruction DefaultProcessingInstructionis the default Processing Instruction implementation.DefaultText DefaultTextis the default Text implementation.FlyweightAttribute FlyweightAttributeis a Flyweight pattern implementation of a singly linked, read-only XML Attribute.FlyweightCDATA FlyweightCDATAis a Flyweight pattern implementation of a singly linked, read-only XML CDATA.FlyweightComment FlyweightCommentis a Flyweight pattern implementation of a singly linked, read-only XML Comment.FlyweightEntity FlyweightEntityis a Flyweight pattern implementation of a singly linked, read-only XML entity.FlyweightProcessingInstruction FlyweightProcessingInstructionis a Flyweight pattern implementation of a singly linked, read-only XML Processing Instruction.FlyweightText FlyweightTextis a Flyweight pattern implementation of a singly linked, read-only XML Text. -
Classes in org.dom4j.tree used by org.dom4j.io Class Description NamespaceStack NamespaceStack implements a stack of namespaces and optionally maintains a cache of all the fully qualified names (QName) which are in scope. -
Classes in org.dom4j.tree used by org.dom4j.tree Class Description AbstractAttribute AbstractNamespaceis an abstract base class for tree implementors to use for implementation inheritence.AbstractBranch AbstractBranchis an abstract base class for tree implementors to use for implementation inheritence.AbstractCDATA AbstractCDATAis an abstract base class for tree implementors to use for implementation inheritence.AbstractCharacterData AbstractCharacterDatais an abstract base class for tree implementors to use for implementation inheritence.AbstractComment AbstractCommentis an abstract base class for tree implementors to use for implementation inheritence.AbstractDocument AbstractDocumentis an abstract base class for tree implementors to use for implementation inheritence.AbstractDocumentType AbstractDocumentTypeis an abstract base class for tree implementors to use for implementation inheritence.AbstractElement AbstractElementis an abstract base class for tree implementors to use for implementation inheritence.AbstractEntity AbstractEntityis an abstract base class for tree implementors to use for implementation inheritence.AbstractNode AbstractNodeis an abstract base class for tree implementors to use for implementation inheritence.AbstractProcessingInstruction AbstractProcessingInstructionis an abstract base class for tree implementors to use for implementation inheritence.AbstractText AbstractTextis an abstract base class for tree implementors to use for implementation inheritence.BackedList BackedListrepresents a list of content of aBranch.FilterIterator Deprecated.THIS CLASS WILL BE REMOVED IN dom4j-1.6 !!FlyweightAttribute FlyweightAttributeis a Flyweight pattern implementation of a singly linked, read-only XML Attribute.FlyweightCDATA FlyweightCDATAis a Flyweight pattern implementation of a singly linked, read-only XML CDATA.FlyweightComment FlyweightCommentis a Flyweight pattern implementation of a singly linked, read-only XML Comment.FlyweightEntity FlyweightEntityis a Flyweight pattern implementation of a singly linked, read-only XML entity.FlyweightProcessingInstruction FlyweightProcessingInstructionis a Flyweight pattern implementation of a singly linked, read-only XML Processing Instruction.FlyweightText FlyweightTextis a Flyweight pattern implementation of a singly linked, read-only XML Text.NamespaceStack NamespaceStack implements a stack of namespaces and optionally maintains a cache of all the fully qualified names (QName) which are in scope. -
Classes in org.dom4j.tree used by org.dom4j.util Class Description AbstractAttribute AbstractNamespaceis an abstract base class for tree implementors to use for implementation inheritence.AbstractBranch AbstractBranchis an abstract base class for tree implementors to use for implementation inheritence.AbstractElement AbstractElementis an abstract base class for tree implementors to use for implementation inheritence.AbstractNode AbstractNodeis an abstract base class for tree implementors to use for implementation inheritence.BaseElement BaseElementis a useful base class for implemementation inheritence of an XML element.DefaultAttribute DefaultAttributeimplements a doubly linked node which supports the parent relationship and is mutable.DefaultElement DefaultElementis the default DOM4J default implementation of an XML element.FlyweightAttribute FlyweightAttributeis a Flyweight pattern implementation of a singly linked, read-only XML Attribute.