Uses of Package
org.dom4j
Packages that use org.dom4j
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.
A collection of adapters to allow easy integration with dom4j XML documents and Swing such as TreeModels and TableModels.
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.
Provides the core tools needed to use the XPath library
-
ClassDescription
Attributedefines an XML attribute.Branchinterface defines the common behaviour for Nodes which can contain child nodes (content) such as XML elements and documents.CDATAdefines an XML CDATA section.CharacterDatais a marker interface for character based nodes such as theCDATA,CommentandTextnodes.Commentdefines the behavior of an XML comment.Documentdefines an XML Document.DocumentExceptionis a nested Exception which may be thrown during the processing of a DOM4J document.DocumentFactoryis a collection of factory methods to allow easy custom building of DOM4J trees.DocumentTypedefines an XML DOCTYPE declaration.Elementinterface defines an XML element.ElementHandlerinterface defines a handler ofElementobjects.This interface is used byElementHandlerinstances to retrieve information about the current path hierarchy they are to process.Entitydefines an XML entity.InvalidXPathExceptionis thrown when an invalid XPath expression is used to traverse an XML documentNamespaceis a Flyweight Namespace that can be shared amongst nodes.Nodedefines the polymorphic behavior for all XML nodes in a dom4j tree.NodeFilterdefines the behavior for a filter or predicate which acts on a DOM4J Node.ProcessingInstructiondefines an XML processing instruction.QNamerepresents a qualified name value of an XML element or attribute.Textdefines an XML Text node.Visitoris used to implement theVisitorpattern in DOM4J.XPathrepresents an XPath expression after it has been parsed from a String. -
Classes in org.dom4j used by org.dom4j.beanClassDescription
Attributedefines an XML attribute.Branchinterface defines the common behaviour for Nodes which can contain child nodes (content) such as XML elements and documents.DocumentFactoryis a collection of factory methods to allow easy custom building of DOM4J trees.Elementinterface defines an XML element.Namespaceis a Flyweight Namespace that can be shared amongst nodes.Nodedefines the polymorphic behavior for all XML nodes in a dom4j tree.QNamerepresents a qualified name value of an XML element or attribute. -
Classes in org.dom4j used by org.dom4j.domClassDescription
Attributedefines an XML attribute.Branchinterface defines the common behaviour for Nodes which can contain child nodes (content) such as XML elements and documents.CDATAdefines an XML CDATA section.CharacterDatais a marker interface for character based nodes such as theCDATA,CommentandTextnodes.Commentdefines the behavior of an XML comment.Documentdefines an XML Document.DocumentFactoryis a collection of factory methods to allow easy custom building of DOM4J trees.DocumentTypedefines an XML DOCTYPE declaration.Elementinterface defines an XML element.Entitydefines an XML entity.Namespaceis a Flyweight Namespace that can be shared amongst nodes.Nodedefines the polymorphic behavior for all XML nodes in a dom4j tree.ProcessingInstructiondefines an XML processing instruction.QNamerepresents a qualified name value of an XML element or attribute.Textdefines an XML Text node. -
Classes in org.dom4j used by org.dom4j.ioClassDescription
Attributedefines an XML attribute.Branchinterface defines the common behaviour for Nodes which can contain child nodes (content) such as XML elements and documents.CDATAdefines an XML CDATA section.CharacterDatais a marker interface for character based nodes such as theCDATA,CommentandTextnodes.Commentdefines the behavior of an XML comment.Documentdefines an XML Document.DocumentExceptionis a nested Exception which may be thrown during the processing of a DOM4J document.DocumentFactoryis a collection of factory methods to allow easy custom building of DOM4J trees.DocumentTypedefines an XML DOCTYPE declaration.Elementinterface defines an XML element.ElementHandlerinterface defines a handler ofElementobjects.Entitydefines an XML entity.Namespaceis a Flyweight Namespace that can be shared amongst nodes.Nodedefines the polymorphic behavior for all XML nodes in a dom4j tree.ProcessingInstructiondefines an XML processing instruction.QNamerepresents a qualified name value of an XML element or attribute.Textdefines an XML Text node. -
Classes in org.dom4j used by org.dom4j.jaxbClassDescription
Documentdefines an XML Document.DocumentExceptionis a nested Exception which may be thrown during the processing of a DOM4J document.Elementinterface defines an XML element.ElementHandlerinterface defines a handler ofElementobjects. -
Classes in org.dom4j used by org.dom4j.ruleClassDescription
Documentdefines an XML Document.Elementinterface defines an XML element.Nodedefines the polymorphic behavior for all XML nodes in a dom4j tree.NodeFilterdefines the behavior for a filter or predicate which acts on a DOM4J Node.XPathrepresents an XPath expression after it has been parsed from a String. -
Classes in org.dom4j used by org.dom4j.rule.patternClassDescription
Nodedefines the polymorphic behavior for all XML nodes in a dom4j tree.NodeFilterdefines the behavior for a filter or predicate which acts on a DOM4J Node. -
Classes in org.dom4j used by org.dom4j.swingClassDescription
Branchinterface defines the common behaviour for Nodes which can contain child nodes (content) such as XML elements and documents.Documentdefines an XML Document.Elementinterface defines an XML element.Nodedefines the polymorphic behavior for all XML nodes in a dom4j tree.XPathrepresents an XPath expression after it has been parsed from a String. -
Classes in org.dom4j used by org.dom4j.treeClassDescription
Attributedefines an XML attribute.Branchinterface defines the common behaviour for Nodes which can contain child nodes (content) such as XML elements and documents.CDATAdefines an XML CDATA section.CharacterDatais a marker interface for character based nodes such as theCDATA,CommentandTextnodes.Commentdefines the behavior of an XML comment.Documentdefines an XML Document.DocumentFactoryis a collection of factory methods to allow easy custom building of DOM4J trees.DocumentTypedefines an XML DOCTYPE declaration.Elementinterface defines an XML element.Entitydefines an XML entity.Namespaceis a Flyweight Namespace that can be shared amongst nodes.Nodedefines the polymorphic behavior for all XML nodes in a dom4j tree.NodeFilterdefines the behavior for a filter or predicate which acts on a DOM4J Node.ProcessingInstructiondefines an XML processing instruction.QNamerepresents a qualified name value of an XML element or attribute.Textdefines an XML Text node.Visitoris used to implement theVisitorpattern in DOM4J.XPathrepresents an XPath expression after it has been parsed from a String. -
Classes in org.dom4j used by org.dom4j.utilClassDescription
Attributedefines an XML attribute.Branchinterface defines the common behaviour for Nodes which can contain child nodes (content) such as XML elements and documents.CDATAdefines an XML CDATA section.CharacterDatais a marker interface for character based nodes such as theCDATA,CommentandTextnodes.Commentdefines the behavior of an XML comment.Documentdefines an XML Document.DocumentFactoryis a collection of factory methods to allow easy custom building of DOM4J trees.DocumentTypedefines an XML DOCTYPE declaration.Elementinterface defines an XML element.Entitydefines an XML entity.Namespaceis a Flyweight Namespace that can be shared amongst nodes.Nodedefines the polymorphic behavior for all XML nodes in a dom4j tree.NodeFilterdefines the behavior for a filter or predicate which acts on a DOM4J Node.ProcessingInstructiondefines an XML processing instruction.QNamerepresents a qualified name value of an XML element or attribute.Textdefines an XML Text node.XPathrepresents an XPath expression after it has been parsed from a String. -
Classes in org.dom4j used by org.dom4j.xpathClassDescription
Elementinterface defines an XML element.InvalidXPathExceptionis thrown when an invalid XPath expression is used to traverse an XML documentNodedefines the polymorphic behavior for all XML nodes in a dom4j tree.NodeFilterdefines the behavior for a filter or predicate which acts on a DOM4J Node.XPathrepresents an XPath expression after it has been parsed from a String.XPathExceptionis thrown when an exception occurs while evaluating an XPath expression, usually due to some function throwing an exception.