Package net.sf.saxon.functions.registry
Class XPath31FunctionSet
- java.lang.Object
-
- net.sf.saxon.functions.registry.BuiltInFunctionSet
-
- net.sf.saxon.functions.registry.XPath31FunctionSet
-
- All Implemented Interfaces:
FunctionLibrary
public class XPath31FunctionSet extends BuiltInFunctionSet
Function signatures (and pointers to implementations) of the functions defined in XPath 3.1 without the Higher-Order-Functions feature
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sf.saxon.functions.registry.BuiltInFunctionSet
BuiltInFunctionSet.Entry
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static XPath31FunctionSet
getInstance()
-
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 XPath31FunctionSet getInstance()
-
-