Uses of Class
jd.xml.xpath.expr.operator.BooleanOperator

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

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

Subclasses of BooleanOperator in jd.xml.xpath.expr.compare
 class Equals
          A base class for equality comparision.
 class EqualsBooleans
          A Equals implementation which compares two boolean values.
 class EqualsNumbers
          A Equals implementation which compares two number values.
 class EqualsObjectNumber
          A Equals implementation which compares a object and a number.
 class EqualsObjects
          A Equals implementation which compares two XObjects.
 class EqualsObjectString
          A Equals implementation which compares a variable value and a string.
 class EqualsSetSimple
          A Equals implementation which compares a set and a simple value.
 class EqualsStrings
          A Equals implementation which compares two string values.
 class Relate
          A base class for relational comparisions.
 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.
 

Uses of BooleanOperator in jd.xml.xpath.expr.operator
 

Subclasses of BooleanOperator in jd.xml.xpath.expr.operator
 class And
          And represents the 'and' expression.
 class Or
          Or represents the 'or' expression.