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

Packages that use jd.xml.xpath.expr.function
jd.xml.xpath.expr.function Contains the XPath functions. 
jd.xml.xpath.parser Contains the XPath expression parser. 
jd.xml.xslt Contains a XSLT Version 1.1 implementation. 
jd.xml.xslt.expr Contains the XPath functions and expressions defined by XSLT. 
jd.xml.xslt.extension Contains support for extension functions defined by the XSLT script element. 
 

Classes in jd.xml.xpath.expr.function used by jd.xml.xpath.expr.function
BooleanFunction
          A base class for all functions which evaluate to a boolean.
Function
          Function represents a XPath function.
FunctionLibrary
          FunctionLibrary represents a set of functions.
FunctionType
          FunctionType provides meta-information about a Function.
NodeFunction
          NodeFunction is a base class for functions which use the first node of the node-set argument or the context node to calculate their string result.
NodeSetFunction
          A base class for all functions which evaluates to a node-set.
NumericFunction
          A base class for all functions which evaluate to a number.
StringFunction
          A base class for all functions which evaluate to a String.
 

Classes in jd.xml.xpath.expr.function used by jd.xml.xpath.parser
FunctionLibrary
          FunctionLibrary represents a set of functions.
 

Classes in jd.xml.xpath.expr.function used by jd.xml.xslt
Function
          Function represents a XPath function.
 

Classes in jd.xml.xpath.expr.function used by jd.xml.xslt.expr
BooleanFunction
          A base class for all functions which evaluate to a boolean.
Function
          Function represents a XPath function.
FunctionLibrary
          FunctionLibrary represents a set of functions.
FunctionType
          FunctionType provides meta-information about a Function.
NodeSetFunction
          A base class for all functions which evaluates to a node-set.
StringFunction
          A base class for all functions which evaluate to a String.
VariableFunction
          A base class for all functions which evaluate to objects with different types.
XPathFunctionLibrary
          The XPath function library.
 

Classes in jd.xml.xpath.expr.function used by jd.xml.xslt.extension
Function
          Function represents a XPath function.
FunctionType
          FunctionType provides meta-information about a Function.
VariableFunction
          A base class for all functions which evaluate to objects with different types.