Uses of Class
jd.xml.xpath.expr.BooleanExpression

Packages that use BooleanExpression
jd.xml.xpath.expr.compare Contains classes for the =, !=, >, >=, <, <= operators. 
jd.xml.xpath.expr.function Contains the XPath functions. 
jd.xml.xpath.expr.operator Contains classes representing various XPath operators. 
jd.xml.xslt.expr Contains the XPath functions and expressions defined by XSLT. 
 

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

Subclasses of BooleanExpression 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 BooleanExpression in jd.xml.xpath.expr.function
 

Subclasses of BooleanExpression in jd.xml.xpath.expr.function
 class BooleanFunction
          A base class for all functions which evaluate to a boolean.
 class Contains
          Contains represents the xpath core function "contains(string, string)".
 class False
          False represents the xpath core function "boolean false()".
 class Lang
          Lang represents the xpath core function "boolean lang(string)".
 class Not
          Not represents the xpath core function "boolean not(boolean)".
 class StartsWith
          StartsWith represents the xpath core function "boolean starts-with(string, string)".
 class ToBoolean
          ToBoolean represents the xpath core function "boolean boolean(object)".
 class True
          True represents the xpath core function "boolean true()".
 

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

Subclasses of BooleanExpression in jd.xml.xpath.expr.operator
 class And
          And represents the 'and' expression.
 class BooleanOperator
          BooleanOperator is a base class for operators that operate on booleans.
 class Or
          Or represents the 'or' expression.
 

Uses of BooleanExpression in jd.xml.xslt.expr
 

Subclasses of BooleanExpression in jd.xml.xslt.expr
 class Available
          Available is a base class for ElementAvailable and FunctionAvailable
 class ElementAvailable
          ElementAvailable represents the xslt function "boolean element-available(string) ".
 class FunctionAvailable
          FunctionAvailable represents the xslt function "boolean function-available(string)".