Uses of Package
jd.xml.xpath.expr.operator

Packages that use jd.xml.xpath.expr.operator
jd.xml.xpath.expr.compare Contains classes for the =, !=, >, >=, <, <= operators. 
jd.xml.xpath.expr.operator Contains classes representing various XPath operators. 
jd.xml.xpath.expr.path   
 

Classes in jd.xml.xpath.expr.operator used by jd.xml.xpath.expr.compare
BooleanOperator
          BooleanOperator is a base class for operators that operate on booleans.
Operator
          A common interface for operator expressions.
 

Classes in jd.xml.xpath.expr.operator used by jd.xml.xpath.expr.operator
BooleanOperator
          BooleanOperator is a base class for operators that operate on booleans.
NodeSetOperator
          NodeSetOperator is a base class for operations that take two node-set expression arguments and return a node-set.
NumericOperator
          NumericOperator is a base class for numeric operations.
Operator
          A common interface for operator expressions.
 

Classes in jd.xml.xpath.expr.operator used by jd.xml.xpath.expr.path
NodeSetOperator
          NodeSetOperator is a base class for operations that take two node-set expression arguments and return a node-set.
Operator
          A common interface for operator expressions.