Package net.sf.saxon.functions.registry
Class VendorFunctionSetHE
- java.lang.Object
-
- net.sf.saxon.functions.registry.BuiltInFunctionSet
-
- net.sf.saxon.functions.registry.VendorFunctionSetHE
-
- All Implemented Interfaces:
FunctionLibrary
public class VendorFunctionSetHE extends BuiltInFunctionSet
Implementation of vendor functions in the Saxon namespace, available in Saxon-HE because they are used internally. This library is available in all Saxon versions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVendorFunctionSetHE.DynamicErrorInfoFnImplement saxon:dynamic-error-infostatic classVendorFunctionSetHE.HasLocalNamespacesImplement saxon:has-local-namespaces.static classVendorFunctionSetHE.HasUniformNamespacesImplement saxon:has-uniform-namespaces.static classVendorFunctionSetHE.IsWholeNumberFnImplement saxon:is-whole-number-
Nested classes/interfaces inherited from class net.sf.saxon.functions.registry.BuiltInFunctionSet
BuiltInFunctionSet.Entry
-
-
Field Summary
-
Fields inherited from class net.sf.saxon.functions.registry.BuiltInFunctionSet
ABS, AS_ARG0, AS_PRIM_ARG0, BASE, CARD0, CDOC, CITEM, CORE, DCOLL, DEPENDS_ON_STATIC_CONTEXT, DLANG, EMPTY, FILTER, FOCUS, HOF, INS, INTERNAL, LAST, LATE, NAV, NEW, NS, ONE, OPT, PLUS, POSN, SIDE, STAR, TRA, UO, USE_WHEN, XPATH30, XPATH31, XQUPDATE, XSLT, XSLT30
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConventionalPrefix()Return a conventional prefix for use with this namespace, typically the prefix used in the documentation of these functions.static VendorFunctionSetHEgetInstance()StringgetNamespace()Return the namespace URI for the functions local to this function set.-
Methods inherited from class net.sf.saxon.functions.registry.BuiltInFunctionSet
bind, copy, getFunctionDetails, 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 VendorFunctionSetHE getInstance()
-
getNamespace
public 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 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
-
-