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

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

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

Subclasses of FunctionLibrary in jd.xml.xpath.expr.function
 class XPathFunctionLibrary
          The XPath function library.
 

Fields in jd.xml.xpath.expr.function declared as FunctionLibrary
static FunctionLibrary XPathFunctionLibrary.INSTANCE
           
 

Uses of FunctionLibrary in jd.xml.xpath.parser
 

Methods in jd.xml.xpath.parser that return FunctionLibrary
 FunctionLibrary XPathParseContext.getFunctionLibrary()
          Return the function library.
 

Constructors in jd.xml.xpath.parser with parameters of type FunctionLibrary
XPathParseContext(FunctionLibrary functionLibrary)
          Create a XPathParseContext.
 

Uses of FunctionLibrary in jd.xml.xslt.expr
 

Subclasses of FunctionLibrary in jd.xml.xslt.expr
 class XsltFunctionLibrary
          XsltFunctionLibrary represents the XSLT function library.
 

Methods in jd.xml.xslt.expr that return FunctionLibrary
 FunctionLibrary StaticExprContext.getFunctionLibrary()
          Return the function library.
 FunctionLibrary FunctionAvailable.getFunctionLibrary()