Uses of Package
jd.xml.xpath.expr

Packages that use jd.xml.xpath.expr
jd.xml.xpath.expr Contains the base XPath expression classes. 
jd.xml.xpath.expr.compare Contains classes for the =, !=, >, >=, <, <= operators. 
jd.xml.xpath.expr.function Contains the XPath functions. 
jd.xml.xpath.expr.misc Contains classes representing various XPath expressions. 
jd.xml.xpath.expr.operator Contains classes representing various XPath operators. 
jd.xml.xpath.expr.path   
jd.xml.xpath.expr.visitor   
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.template Contains classes representing the various XSLT template elements and instructions. 
jd.xml.xslt.trace   
 

Classes in jd.xml.xpath.expr used by jd.xml.xpath.expr
Expression
          Expression represents a XPath expression.
ExpressionImpl
          ExpressionImpl provides a reasonable default implementation of many expression methods.
ExpressionVisitor
          A visitor class for expressions.
 

Classes in jd.xml.xpath.expr used by jd.xml.xpath.expr.compare
BooleanExpression
          BooleanExpression is an expression which evaluates to a boolean.
Expression
          Expression represents a XPath expression.
ExpressionImpl
          ExpressionImpl provides a reasonable default implementation of many expression methods.
ExpressionVisitor
          A visitor class for expressions.
 

Classes in jd.xml.xpath.expr used by jd.xml.xpath.expr.function
BooleanExpression
          BooleanExpression is an expression which evaluates to a boolean.
Expression
          Expression represents a XPath expression.
ExpressionImpl
          ExpressionImpl provides a reasonable default implementation of many expression methods.
ExpressionVisitor
          A visitor class for expressions.
NodeSetExpression
          NodeSetExpression is an expression which evaluates to a NodeSet.
NumericExpression
          NumericExpression is an expression which evaluates to a number.
StringExpression
          StringExpression is an expression which evaluates to a string.
VariableExpression
          VariableExpression is an expression which can evaluate to objects with different types.
 

Classes in jd.xml.xpath.expr used by jd.xml.xpath.expr.misc
Expression
          Expression represents a XPath expression.
ExpressionImpl
          ExpressionImpl provides a reasonable default implementation of many expression methods.
ExpressionVisitor
          A visitor class for expressions.
NumericExpression
          NumericExpression is an expression which evaluates to a number.
VariableExpression
          VariableExpression is an expression which can evaluate to objects with different types.
 

Classes in jd.xml.xpath.expr used by jd.xml.xpath.expr.operator
BooleanExpression
          BooleanExpression is an expression which evaluates to a boolean.
Expression
          Expression represents a XPath expression.
ExpressionImpl
          ExpressionImpl provides a reasonable default implementation of many expression methods.
ExpressionVisitor
          A visitor class for expressions.
NodeSetExpression
          NodeSetExpression is an expression which evaluates to a NodeSet.
NumericExpression
          NumericExpression is an expression which evaluates to a number.
 

Classes in jd.xml.xpath.expr used by jd.xml.xpath.expr.path
Expression
          Expression represents a XPath expression.
ExpressionImpl
          ExpressionImpl provides a reasonable default implementation of many expression methods.
ExpressionVisitor
          A visitor class for expressions.
NodeSetExpression
          NodeSetExpression is an expression which evaluates to a NodeSet.
 

Classes in jd.xml.xpath.expr used by jd.xml.xpath.expr.visitor
Expression
          Expression represents a XPath expression.
ExpressionVisitor
          A visitor class for expressions.
 

Classes in jd.xml.xpath.expr used by jd.xml.xpath.parser
Expression
          Expression represents a XPath expression.
 

Classes in jd.xml.xpath.expr used by jd.xml.xpath.tool
Expression
          Expression represents a XPath expression.
 

Classes in jd.xml.xpath.expr used by jd.xml.xslt
Expression
          Expression represents a XPath expression.
 

Classes in jd.xml.xpath.expr used by jd.xml.xslt.expr
BooleanExpression
          BooleanExpression is an expression which evaluates to a boolean.
Expression
          Expression represents a XPath expression.
ExpressionImpl
          ExpressionImpl provides a reasonable default implementation of many expression methods.
ExpressionVisitor
          A visitor class for expressions.
NodeSetExpression
          NodeSetExpression is an expression which evaluates to a NodeSet.
StringExpression
          StringExpression is an expression which evaluates to a string.
VariableExpression
          VariableExpression is an expression which can evaluate to objects with different types.
 

Classes in jd.xml.xpath.expr used by jd.xml.xslt.extension
Expression
          Expression represents a XPath expression.
ExpressionImpl
          ExpressionImpl provides a reasonable default implementation of many expression methods.
ExpressionVisitor
          A visitor class for expressions.
VariableExpression
          VariableExpression is an expression which can evaluate to objects with different types.
 

Classes in jd.xml.xpath.expr used by jd.xml.xslt.format
Expression
          Expression represents a XPath expression.
 

Classes in jd.xml.xpath.expr used by jd.xml.xslt.parser
Expression
          Expression represents a XPath expression.
 

Classes in jd.xml.xpath.expr used by jd.xml.xslt.pattern
Expression
          Expression represents a XPath expression.
 

Classes in jd.xml.xpath.expr used by jd.xml.xslt.template
Expression
          Expression represents a XPath expression.
ExpressionVisitor
          A visitor class for expressions.
NodeSetExpression
          NodeSetExpression is an expression which evaluates to a NodeSet.
 

Classes in jd.xml.xpath.expr used by jd.xml.xslt.trace
Expression
          Expression represents a XPath expression.
ExpressionImpl
          ExpressionImpl provides a reasonable default implementation of many expression methods.