Package net.sf.saxon.functions.registry
Class UseWhen30FunctionSet
- java.lang.Object
-
- net.sf.saxon.functions.registry.BuiltInFunctionSet
-
- net.sf.saxon.functions.registry.UseWhen30FunctionSet
-
- All Implemented Interfaces:
FunctionLibrary
public class UseWhen30FunctionSet extends BuiltInFunctionSet
Function signatures (and pointers to implementations) of the functions available for use in static expressions (including use-when expressions) in XSLT 3.0 stylesheets
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sf.saxon.functions.registry.BuiltInFunctionSet
BuiltInFunctionSet.Entry
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
UseWhen30FunctionSet()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addXPathFunctions()
static UseWhen30FunctionSet
getInstance()
protected void
init()
-
Methods inherited from class net.sf.saxon.functions.registry.BuiltInFunctionSet
bind, copy, getConventionalPrefix, getFunctionDetails, getFunctionItem, getNamespace, importFunctionSet, isAvailable, makeFunction, register, registerReducedArityVariants
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.saxon.functions.FunctionLibrary
setConfiguration
-
-
-
-
Method Detail
-
getInstance
public static UseWhen30FunctionSet getInstance()
-
init
protected void init()
-
addXPathFunctions
protected void addXPathFunctions()
-
-