Package net.sf.saxon.functions.registry
Class XSLT30FunctionSet
- java.lang.Object
-
- net.sf.saxon.functions.registry.BuiltInFunctionSet
-
- net.sf.saxon.functions.registry.XSLT30FunctionSet
-
- All Implemented Interfaces:
FunctionLibrary
- Direct Known Subclasses:
XSLT40FunctionSet
public class XSLT30FunctionSet extends BuiltInFunctionSet
Function signatures (and pointers to implementations) of the functions defined in XSLT 3.0. This includes the functions defined in XPath 3.1 by reference. It does not include higher-order functions, and it does not include functions in the math/map/array namespaces.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sf.saxon.functions.registry.BuiltInFunctionSet
BuiltInFunctionSet.Entry
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
XSLT30FunctionSet()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BuiltInFunctionSet
correspondingXPathFunctionSet()
static XSLT30FunctionSet
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
-
-
-
-
Method Detail
-
getInstance
public static XSLT30FunctionSet getInstance()
-
correspondingXPathFunctionSet
protected BuiltInFunctionSet correspondingXPathFunctionSet()
-
-