Uses of Package
org.dom4j.tree
Packages that use org.dom4j.tree
Package
Description
Defines the XML Document Object Model in Java interfaces together with some helper classes.
An implementation of the dom4j API which allows JavaBeans to be used to store and retrieve attribute values from Element.
An implementation of the dom4j API which also supports the W3C object model.
Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text.
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.
A collection of utility classes for the dom4j API.
-
Classes in org.dom4j.tree used by org.dom4jClassDescription
AbstractNodeis an abstract base class for tree implementors to use for implementation inheritence.NamespaceCachecaches instances ofDefaultNamespacefor reuse both across documents and within documents.QNameCachecaches instances ofQNamefor reuse both across documents and within documents. -
Classes in org.dom4j.tree used by org.dom4j.beanClassDescription
AbstractNamespaceis an abstract base class for tree implementors to use for implementation inheritence.AbstractBranchis an abstract base class for tree implementors to use for implementation inheritence.AbstractElementis an abstract base class for tree implementors to use for implementation inheritence.AbstractNodeis an abstract base class for tree implementors to use for implementation inheritence.DefaultElementis the default DOM4J default implementation of an XML element.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.domClassDescription
AbstractNamespaceis an abstract base class for tree implementors to use for implementation inheritence.AbstractBranchis an abstract base class for tree implementors to use for implementation inheritence.AbstractCDATAis an abstract base class for tree implementors to use for implementation inheritence.AbstractCharacterDatais an abstract base class for tree implementors to use for implementation inheritence.AbstractCommentis an abstract base class for tree implementors to use for implementation inheritence.AbstractDocumentis an abstract base class for tree implementors to use for implementation inheritence.AbstractDocumentTypeis an abstract base class for tree implementors to use for implementation inheritence.AbstractElementis an abstract base class for tree implementors to use for implementation inheritence.AbstractEntityis an abstract base class for tree implementors to use for implementation inheritence.AbstractNodeis an abstract base class for tree implementors to use for implementation inheritence.AbstractProcessingInstructionis an abstract base class for tree implementors to use for implementation inheritence.AbstractTextis an abstract base class for tree implementors to use for implementation inheritence.DefaultAttributeimplements a doubly linked node which supports the parent relationship and is mutable.DefaultCDATAis the default CDATA implementation.DefaultCommentis the default Comment implementation.DefaultDocumentis the default DOM4J default implementation of an XML document.DefaultDocumentTypeis the DOM4J default implementation of an XML document type.DefaultElementis the default DOM4J default implementation of an XML element.DefaultEntityis the default Entity implementation.DefaultNamespaceimplements a doubly linked node which supports the parent relationship and is mutable.DefaultProcessingInstructionis the default Processing Instruction implementation.DefaultTextis the default Text implementation.FlyweightAttributeis a Flyweight pattern implementation of a singly linked, read-only XML Attribute.FlyweightCDATAis a Flyweight pattern implementation of a singly linked, read-only XML CDATA.FlyweightCommentis a Flyweight pattern implementation of a singly linked, read-only XML Comment.FlyweightEntityis a Flyweight pattern implementation of a singly linked, read-only XML entity.FlyweightProcessingInstructionis a Flyweight pattern implementation of a singly linked, read-only XML Processing Instruction.FlyweightTextis a Flyweight pattern implementation of a singly linked, read-only XML Text. -
Classes in org.dom4j.tree used by org.dom4j.ioClassDescriptionNamespaceStack 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.treeClassDescription
AbstractNamespaceis an abstract base class for tree implementors to use for implementation inheritence.AbstractBranchis an abstract base class for tree implementors to use for implementation inheritence.AbstractCDATAis an abstract base class for tree implementors to use for implementation inheritence.AbstractCharacterDatais an abstract base class for tree implementors to use for implementation inheritence.AbstractCommentis an abstract base class for tree implementors to use for implementation inheritence.AbstractDocumentis an abstract base class for tree implementors to use for implementation inheritence.AbstractDocumentTypeis an abstract base class for tree implementors to use for implementation inheritence.AbstractElementis an abstract base class for tree implementors to use for implementation inheritence.AbstractEntityis an abstract base class for tree implementors to use for implementation inheritence.AbstractNodeis an abstract base class for tree implementors to use for implementation inheritence.AbstractProcessingInstructionis an abstract base class for tree implementors to use for implementation inheritence.AbstractTextis an abstract base class for tree implementors to use for implementation inheritence.BackedListrepresents a list of content of aBranch.Deprecated.THIS CLASS WILL BE REMOVED IN dom4j-1.6 !!FlyweightAttributeis a Flyweight pattern implementation of a singly linked, read-only XML Attribute.FlyweightCDATAis a Flyweight pattern implementation of a singly linked, read-only XML CDATA.FlyweightCommentis a Flyweight pattern implementation of a singly linked, read-only XML Comment.FlyweightEntityis a Flyweight pattern implementation of a singly linked, read-only XML entity.FlyweightProcessingInstructionis a Flyweight pattern implementation of a singly linked, read-only XML Processing Instruction.FlyweightTextis a Flyweight pattern implementation of a singly linked, read-only XML Text.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.utilClassDescription
AbstractNamespaceis an abstract base class for tree implementors to use for implementation inheritence.AbstractBranchis an abstract base class for tree implementors to use for implementation inheritence.AbstractElementis an abstract base class for tree implementors to use for implementation inheritence.AbstractNodeis an abstract base class for tree implementors to use for implementation inheritence.BaseElementis a useful base class for implemementation inheritence of an XML element.DefaultAttributeimplements a doubly linked node which supports the parent relationship and is mutable.DefaultElementis the default DOM4J default implementation of an XML element.FlyweightAttributeis a Flyweight pattern implementation of a singly linked, read-only XML Attribute.