Uses of Package
jd.xml.xpath.model

Packages that use jd.xml.xpath.model
jd.xml.xpath Contains a XPath Version 1.0 implementation. 
jd.xml.xpath.axis Contains classes that implement the path expressions. 
jd.xml.xpath.axis.name Contains implementations for NodeNameTest. 
jd.xml.xpath.axis.type Contains implementations for NodeTypeTest. 
jd.xml.xpath.expr Contains the base XPath expression classes. 
jd.xml.xpath.expr.function Contains the XPath functions. 
jd.xml.xpath.expr.path   
jd.xml.xpath.model Contains classes for the XPath node model. 
jd.xml.xpath.model.build Contains classes to build a XPath model. 
jd.xml.xpath.model.build.normal Contains the default implementation for XPath node model. 
jd.xml.xpath.model.parse Contains classes to parse a XML document and construct a XPath model. 
jd.xml.xpath.model.visit Contains NodeVisitor implementations. 
jd.xml.xpath.model.walk Contains walker classes for the XPath tree model. 
jd.xml.xpath.object Contains classes for the XPath objects, i.e. 
jd.xml.xpath.parser Contains the XPath expression parser. 
jd.xml.xpath.tool Contains utility classes to evaluate XPath expressions. 
jd.xml.xslt Contains a XSLT Version 1.1 implementation. 
jd.xml.xslt.expr Contains the XPath functions and expressions defined by XSLT. 
jd.xml.xslt.extension Contains support for extension functions defined by the XSLT script element. 
jd.xml.xslt.format Contains helper classes for XSLT format and sort tasks. 
jd.xml.xslt.parser Contains parser classes for stylesheets, stylesheet templates elements and patterns. 
jd.xml.xslt.pattern Contains classes for XSLT template patterns. 
jd.xml.xslt.result Contains classes to output the result of an XSLT tranformation. 
jd.xml.xslt.result.pipe Contains classes to transform a XML document representation into ResultBuilder events. 
jd.xml.xslt.template Contains classes representing the various XSLT template elements and instructions. 
jd.xml.xslt.trace   
jd.xml.xslt.trax Contains a implementation of the Transformation API for XML (TraAX). 
jd.xml.xslt.util Contains XSLT related utility classes. 
 

Classes in jd.xml.xpath.model used by jd.xml.xpath
XPathNode
          XPathNode models a node as described in the XPath data model.
 

Classes in jd.xml.xpath.model used by jd.xml.xpath.axis
NodeName
          A NodeName represents the name of a XPath node.
NodeNamePool
          A NodeNamePool is a collection of NodeName objects.
XPathNode
          XPathNode models a node as described in the XPath data model.
 

Classes in jd.xml.xpath.model used by jd.xml.xpath.axis.name
NodeName
          A NodeName represents the name of a XPath node.
XPathNode
          XPathNode models a node as described in the XPath data model.
 

Classes in jd.xml.xpath.model used by jd.xml.xpath.axis.type
XPathNode
          XPathNode models a node as described in the XPath data model.
 

Classes in jd.xml.xpath.model used by jd.xml.xpath.expr
XPathNode
          XPathNode models a node as described in the XPath data model.
 

Classes in jd.xml.xpath.model used by jd.xml.xpath.expr.function
XPathNode
          XPathNode models a node as described in the XPath data model.
XPathRootNode
          XPathRootNode represents the root node of a XPath document.
 

Classes in jd.xml.xpath.model used by jd.xml.xpath.expr.path
XPathNode
          XPathNode models a node as described in the XPath data model.
 

Classes in jd.xml.xpath.model used by jd.xml.xpath.model
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.
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.
 

Classes in jd.xml.xpath.model used by jd.xml.xpath.model.build
NamespaceContext
          NamespaceContext provides information about namespace declarations.
NodeName
          A NodeName represents the name of a XPath node.
NodeNamePool
          A NodeNamePool is a collection of NodeName objects.
XPathNode
          XPathNode models a node as described in the XPath data model.
XPathRootNode
          XPathRootNode represents the root node of a XPath document.
 

Classes in jd.xml.xpath.model used by jd.xml.xpath.model.build.normal
NamespaceContext
          NamespaceContext provides information about namespace declarations.
NodeName
          A NodeName represents the name of a XPath node.
NodeNamePool
          A NodeNamePool is a collection of NodeName objects.
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.
 

Classes in jd.xml.xpath.model used by jd.xml.xpath.model.parse
NodeName
          A NodeName represents the name of a XPath node.
NodeNamePool
          A NodeNamePool is a collection of NodeName objects.
XPathRootNode
          XPathRootNode represents the root node of a XPath document.
 

Classes in jd.xml.xpath.model used by jd.xml.xpath.model.visit
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.
 

Classes in jd.xml.xpath.model used by jd.xml.xpath.model.walk
NodeName
          A NodeName represents the name of a XPath node.
XPathNode
          XPathNode models a node as described in the XPath data model.
 

Classes in jd.xml.xpath.model used by jd.xml.xpath.object
XPathNode
          XPathNode models a node as described in the XPath data model.
 

Classes in jd.xml.xpath.model used by jd.xml.xpath.parser
NodeNamePool
          A NodeNamePool is a collection of NodeName objects.
 

Classes in jd.xml.xpath.model used by jd.xml.xpath.tool
XPathNode
          XPathNode models a node as described in the XPath data model.
 

Classes in jd.xml.xpath.model used by jd.xml.xslt
NamespaceContext
          NamespaceContext provides information about namespace declarations.
NodeNamePool
          A NodeNamePool is a collection of NodeName objects.
XPathNode
          XPathNode models a node as described in the XPath data model.
XPathRootNode
          XPathRootNode represents the root node of a XPath document.
 

Classes in jd.xml.xpath.model used by jd.xml.xslt.expr
NamespaceContext
          NamespaceContext provides information about namespace declarations.
NodeNamePool
          A NodeNamePool is a collection of NodeName objects.
XPathNode
          XPathNode models a node as described in the XPath data model.
 

Classes in jd.xml.xpath.model used by jd.xml.xslt.extension
XPathNode
          XPathNode models a node as described in the XPath data model.
 

Classes in jd.xml.xpath.model used by jd.xml.xslt.format
XPathNode
          XPathNode models a node as described in the XPath data model.
 

Classes in jd.xml.xpath.model used by jd.xml.xslt.parser
NamespaceContext
          NamespaceContext provides information about namespace declarations.
NodeName
          A NodeName represents the name of a XPath node.
NodeNamePool
          A NodeNamePool is a collection of NodeName objects.
XPathNode
          XPathNode models a node as described in the XPath data model.
XPathRootNode
          XPathRootNode represents the root node of a XPath document.
 

Classes in jd.xml.xpath.model used by jd.xml.xslt.pattern
NodeName
          A NodeName represents the name of a XPath node.
XPathNode
          XPathNode models a node as described in the XPath data model.
 

Classes in jd.xml.xpath.model used by jd.xml.xslt.result
NamespaceContext
          NamespaceContext provides information about namespace declarations.
NodeNamePool
          A NodeNamePool is a collection of NodeName objects.
XPathRootNode
          XPathRootNode represents the root node of a XPath document.
 

Classes in jd.xml.xpath.model used by jd.xml.xslt.result.pipe
NodeNamePool
          A NodeNamePool is a collection of NodeName objects.
XPathRootNode
          XPathRootNode represents the root node of a XPath document.
 

Classes in jd.xml.xpath.model used by jd.xml.xslt.template
NamespaceContext
          NamespaceContext provides information about namespace declarations.
NodeName
          A NodeName represents the name of a XPath node.
XPathNode
          XPathNode models a node as described in the XPath data model.
 

Classes in jd.xml.xpath.model used by jd.xml.xslt.trace
XPathRootNode
          XPathRootNode represents the root node of a XPath document.
 

Classes in jd.xml.xpath.model used by jd.xml.xslt.trax
XPathRootNode
          XPathRootNode represents the root node of a XPath document.
 

Classes in jd.xml.xpath.model used by jd.xml.xslt.util
ModelReader
          A ModelReader is used to create a XPath model from an input source.
NodeNamePool
          A NodeNamePool is a collection of NodeName objects.
XPathNode
          XPathNode models a node as described in the XPath data model.
XPathRootNode
          XPathRootNode represents the root node of a XPath document.