Uses of Class
jd.xml.xpath.expr.function.BooleanFunction

Packages that use BooleanFunction
jd.xml.xpath.expr.function Contains the XPath functions. 
jd.xml.xslt.expr Contains the XPath functions and expressions defined by XSLT. 
 

Uses of BooleanFunction in jd.xml.xpath.expr.function
 

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

Subclasses of BooleanFunction 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)".