Uses of Class
jd.xml.xpath.expr.compare.Relate

Packages that use Relate
jd.xml.xpath.expr.compare Contains classes for the =, !=, >, >=, <, <= operators. 
 

Uses of Relate in jd.xml.xpath.expr.compare
 

Subclasses of Relate in jd.xml.xpath.expr.compare
 class RelateNumbers
          A Relate implementation for number expressiona.
 class RelateObjectNumber
          A Relate implementation which compares a variable or node-set with a number value.
 class RelateObjects
          A Relate implementation which compares a variable or node-set with a number value.