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

Packages that use FunctionType
jd.xml.xpath.expr.function Contains the XPath functions. 
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. 
 

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

Subclasses of FunctionType in jd.xml.xpath.expr.function
 class NodeFunctionType
          NodeFunctionType is a FunctionType for functions which use the context node as argument if no argument is supplied.
 

Fields in jd.xml.xpath.expr.function declared as FunctionType
static FunctionType True.TYPE
           
static FunctionType Translate.TYPE
           
static FunctionType ToString.TYPE
           
static FunctionType ToNumber.TYPE
           
static FunctionType ToBoolean.TYPE
           
static FunctionType Sum.TYPE
           
static FunctionType SubstringBefore.TYPE
           
static FunctionType SubstringAfter.TYPE
           
static FunctionType Substring.TYPE
          The function type.
static FunctionType StringLength.TYPE
          The function type.
static FunctionType StartsWith.TYPE
          The function type.
static FunctionType Round.TYPE
          The function type.
static FunctionType Position.TYPE
          The function type.
static FunctionType Not.TYPE
          The function type.
static FunctionType NormalizeSpace.TYPE
          The function type.
static FunctionType NamespaceUri.TYPE
          The function type.
static FunctionType Name.TYPE
          The function type.
static FunctionType LocalName.TYPE
          The function type.
static FunctionType Last.TYPE
          The function type.
static FunctionType Lang.TYPE
          The function type.
static FunctionType Id.TYPE
          The function type.
static FunctionType Floor.TYPE
          The function type.
static FunctionType False.TYPE
          The function type.
static FunctionType Count.TYPE
          The function type.
static FunctionType Contains.TYPE
          The function type.
static FunctionType Concat.TYPE
          The function type.
static FunctionType Ceiling.TYPE
          The function type.
static FunctionType Average.TYPE
          The function type.
 

Methods in jd.xml.xpath.expr.function that return FunctionType
 FunctionType True.getFunctionType()
           
 FunctionType Translate.getFunctionType()
           
 FunctionType ToString.getFunctionType()
           
 FunctionType ToNumber.getFunctionType()
           
 FunctionType ToBoolean.getFunctionType()
           
 FunctionType Sum.getFunctionType()
           
 FunctionType SubstringBefore.getFunctionType()
           
 FunctionType SubstringAfter.getFunctionType()
           
 FunctionType Substring.getFunctionType()
           
 FunctionType StringLength.getFunctionType()
           
 FunctionType StartsWith.getFunctionType()
           
 FunctionType Round.getFunctionType()
           
 FunctionType Position.getFunctionType()
           
 FunctionType Not.getFunctionType()
           
 FunctionType NormalizeSpace.getFunctionType()
           
 FunctionType NamespaceUri.getFunctionType()
           
 FunctionType Name.getFunctionType()
           
 FunctionType LocalName.getFunctionType()
           
 FunctionType Last.getFunctionType()
           
 FunctionType Lang.getFunctionType()
           
 FunctionType Id.getFunctionType()
           
 FunctionType Function.getFunctionType()
          Return the FunctionType of the Function-
 FunctionType Floor.getFunctionType()
           
 FunctionType False.getFunctionType()
           
 FunctionType Count.getFunctionType()
           
 FunctionType Contains.getFunctionType()
           
 FunctionType Concat.getFunctionType()
           
 FunctionType Ceiling.getFunctionType()
           
 FunctionType Average.getFunctionType()
           
 

Uses of FunctionType in jd.xml.xslt.expr
 

Subclasses of FunctionType in jd.xml.xslt.expr
 class XsltFunctionType
          A FunctionType for XsltFunctions.
 

Fields in jd.xml.xslt.expr declared as FunctionType
static FunctionType UnparsedEntityUri.TYPE
          The function type.
static FunctionType SystemProperty.TYPE
          The function type.
static FunctionType KeyFunction.TYPE
          The function type.
static FunctionType InvalidFunction.TYPE
          The function type.
static FunctionType GenerateId.TYPE
          The function type.
static FunctionType FunctionAvailable.TYPE
          The function type.
static FunctionType FormatNumber.TYPE
          The function type.
static FunctionType ElementAvailable.TYPE
          The function type.
static FunctionType DocumentFunction.TYPE
          The function type.
static FunctionType Current.TYPE
          The function type.
 

Methods in jd.xml.xslt.expr that return FunctionType
 FunctionType UnparsedEntityUri.getFunctionType()
           
 FunctionType SystemProperty.getFunctionType()
           
 FunctionType KeyFunction.getFunctionType()
           
 FunctionType InvalidFunction.getFunctionType()
           
 FunctionType GenerateId.getFunctionType()
           
 FunctionType FunctionAvailable.getFunctionType()
           
 FunctionType FormatNumber.getFunctionType()
           
 FunctionType ElementAvailable.getFunctionType()
           
 FunctionType DocumentFunction.getFunctionType()
           
 FunctionType Current.getFunctionType()
           
 

Uses of FunctionType in jd.xml.xslt.extension
 

Methods in jd.xml.xslt.extension that return FunctionType
 FunctionType ExtensionFunction.getFunctionType()