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.
  • Constructor Details

    • XSLT30FunctionSet

      protected XSLT30FunctionSet()
  • Method Details