Package com.saxonica.functions.registry
Class XQUpdate10FunctionSet
- java.lang.Object
-
- net.sf.saxon.functions.registry.BuiltInFunctionSet
-
- com.saxonica.functions.registry.XQUpdate10FunctionSet
-
- All Implemented Interfaces:
FunctionLibrary
public class XQUpdate10FunctionSet extends BuiltInFunctionSet
Function signatures (and pointers to implementations) of the functions defined in XQuery Update 1.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sf.saxon.functions.registry.BuiltInFunctionSet
BuiltInFunctionSet.Entry
-
-
Field Summary
Fields Modifier and Type Field Description static XQUpdate10FunctionSet
THE_INSTANCE
-
Constructor Summary
Constructors Constructor Description XQUpdate10FunctionSet()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static XQUpdate10FunctionSet
getInstance()
-
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
-
-
-
-
Field Detail
-
THE_INSTANCE
public static XQUpdate10FunctionSet THE_INSTANCE
-
-
Method Detail
-
getInstance
public static XQUpdate10FunctionSet getInstance()
-
-