Package com.saxonica.functions.registry
Class UseWhen40FunctionSet
- java.lang.Object
-
- net.sf.saxon.functions.registry.BuiltInFunctionSet
-
- net.sf.saxon.functions.registry.UseWhen30FunctionSet
-
- com.saxonica.functions.registry.UseWhen40FunctionSet
-
- All Implemented Interfaces:
FunctionLibrary
public class UseWhen40FunctionSet extends UseWhen30FunctionSet
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sf.saxon.functions.registry.BuiltInFunctionSet
BuiltInFunctionSet.Entry
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
UseWhen40FunctionSet(int version)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addXPathFunctions(int version)
static UseWhen30FunctionSet
getInstance(int version)
-
Methods inherited from class net.sf.saxon.functions.registry.UseWhen30FunctionSet
init
-
Methods inherited from class net.sf.saxon.functions.registry.BuiltInFunctionSet
bind, copy, field, getConventionalPrefix, getFunctionDetails, getFunctionItem, getNamespace, importFunctionSet, isAvailable, makeFunction, register, register, registerVariadic
-
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(int version)
-
addXPathFunctions
protected void addXPathFunctions(int version)
- Overrides:
addXPathFunctions
in classUseWhen30FunctionSet
-
-