Package com.saxonica.ee.extfn.js
Class IXSLFunctionSet
- java.lang.Object
-
- net.sf.saxon.functions.registry.BuiltInFunctionSet
-
- com.saxonica.ee.extfn.js.IXSLFunctionSet
-
- All Implemented Interfaces:
FunctionLibrary
public class IXSLFunctionSet extends BuiltInFunctionSet
The IXSLFunctionSet represents additions to the set of Saxon vendor-supplied extension functions that are available on SaxonJS.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIXSLFunctionSet.Callstatic classIXSLFunctionSet.Evalstatic classIXSLFunctionSet.ScheduleActionFnstatic classIXSLFunctionSet.Sourcestatic classIXSLFunctionSet.StubMost of the functions in this library will only run in SaxonJS, some of them only in the browser-
Nested classes/interfaces inherited from class net.sf.saxon.functions.registry.BuiltInFunctionSet
BuiltInFunctionSet.Entry
-
-
Field Summary
Fields Modifier and Type Field Description static javax.script.ScriptEngineengine
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetConventionalPrefix()Return a conventional prefix for use with this namespace, typically the prefix used in the documentation of these functions.static IXSLFunctionSetgetInstance()java.lang.StringgetNamespace()Return the namespace URI for the functions local to this function set.static javax.script.ScriptEngineobtainEngine()-
Methods inherited from class net.sf.saxon.functions.registry.BuiltInFunctionSet
bind, copy, getFunctionDetails, getFunctionItem, importFunctionSet, isAvailable, makeFunction, register, registerReducedArityVariants
-
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 IXSLFunctionSet getInstance()
-
getNamespace
public java.lang.String getNamespace()
Description copied from class:BuiltInFunctionSetReturn the namespace URI for the functions local to this function set.- Overrides:
getNamespacein classBuiltInFunctionSet- Returns:
- the namespace URI of the functions local to this function set. Note that functions imported from another function set may have a different namespace URI.
-
getConventionalPrefix
public java.lang.String getConventionalPrefix()
Description copied from class:BuiltInFunctionSetReturn a conventional prefix for use with this namespace, typically the prefix used in the documentation of these functions.- Overrides:
getConventionalPrefixin classBuiltInFunctionSet- Returns:
- the string "fn"
-
obtainEngine
public static javax.script.ScriptEngine obtainEngine() throws XPathException- Throws:
XPathException
-
-