Package com.saxonica.ee.extfn.js
This package contains implementations of extension functions and extension instructions that are available only in SaxonJS.
Saxon-EE contains compile-time code to enable these extensions to appear in a stylesheet and to be compiled into a SEF file for run-time execution in SaxonJS.
-
Class Summary Class Description IXSL3FunctionSet The IXSL3FunctionSet represents additions to the set of Saxon vendor-supplied extension functions that are available from SaxonJS 3.IXSLElementFactory Class IXSLElementFactory.IXSLFunctionSet The IXSLFunctionSet represents additions to the set of Saxon vendor-supplied extension functions that are available on SaxonJS.IXSLFunctionSet.Call IXSLFunctionSet.Eval IXSLFunctionSet.ScheduleActionFn IXSLFunctionSet.Source IXSLFunctionSet.Stub Most of the functions in this library will only run in SaxonJS, some of them only in the browserIXSLPromise Handler for ixsl:promise elements in stylesheet.IXSLRemoveAttribute Handler for ixsl:remove-attribute elements in stylesheet.IXSLRemoveProperty Handler for ixsl:remove-property elements in stylesheet.IXSLScheduleAction Handler for ixsl:schedule-action elements in stylesheet.IXSLSetAttribute Handler for ixsl:set-attribute elements in stylesheet.IXSLSetProperty Handler for ixsl:set-property elements in stylesheet.IXSLSetStyle Handler for ixsl:set-style elements in stylesheet.JSFunctionLibrary The JSFunctionLibrary is a FunctionLibrary that binds XPath function calls to calls on JavaScript methods.StubFunctionLibrary This represents a library of function signatures with no actual implementation in SaxonJ.