Package jd.xml.xpath.model

Contains classes for the XPath node model.

See:
          Description

Interface Summary
NodeVisitor A NodeVisitor represents a double dispatch mechanism for a node type.
XPathNode XPathNode models a node as described in the XPath data model.
XPathRootNode XPathRootNode represents the root node of a XPath document.
 

Class Summary
ModelReader A ModelReader is used to create a XPath model from an input source.
NamespaceContext NamespaceContext provides information about namespace declarations.
NodeComparator A Comparator for XPathNodes.
NodeName A NodeName represents the name of a XPath node.
NodeNamePool A NodeNamePool is a collection of NodeName objects.
 

Package jd.xml.xpath.model Description

Contains classes for the XPath node model.