See: Description
Interface | Description |
---|---|
ExtensionFunctionFactory |
This is a marker interface representing an abstract superclass of JavaExtensionFunctionFactory
and DotNetExtensionFunctionFactory.
|
Class | Description |
---|---|
BuiltInFunctionSet |
This class is used to contain information about a set of built-in functions.
|
BuiltInFunctionSet.Entry |
An entry in the table describing the properties of a function
|
ConstructorFunctionLibrary |
The ConstructorFunctionLibrary represents the collection of constructor functions for atomic types.
|
ExsltCommonFunctionSet |
Implementation of the exslt-common function library.
|
ExsltCommonFunctionSet.NodeSetFn |
Implement exslt:node-set
|
ExsltCommonFunctionSet.ObjectTypeFn |
Implement exslt:object-type
|
UseWhen30FunctionSet |
Function signatures (and pointers to implementations) of the functions available for use
in static expressions (including use-when expressions) in XSLT 3.0 stylesheets
|
VendorFunctionSetHE |
Implementation of vendor functions in the Saxon namespace, available in Saxon-HE because they
are used internally.
|
VendorFunctionSetHE.DynamicErrorInfoFn |
Implement saxon:dynamic-error-info
|
VendorFunctionSetHE.IsWholeNumberFn |
Implement saxon:is-whole-number
|
XPath20FunctionSet |
Function signatures (and pointers to implementations) of the functions defined in XPath 2.0
|
XPath30FunctionSet |
Function signatures (and pointers to implementations) of the functions defined in XPath 3.0 without the
Higher-Order-Functions feature
|
XPath31FunctionSet |
Function signatures (and pointers to implementations) of the functions defined in XPath 3.1 without the
Higher-Order-Functions feature
|
XSLT20FunctionSet |
Function signatures (and pointers to implementations) of the functions defined in XPath 2.0
|
XSLT30FunctionSet |
Function signatures (and pointers to implementations) of the functions defined in XSLT 3.0.
|
This package contains a class used to handle the collections of functions available in various Saxon-HE environments.
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.