Package com.saxonica.functions.extfn
Class EXPathBinaryFunctionSet
java.lang.Object
net.sf.saxon.functions.registry.BuiltInFunctionSet
com.saxonica.functions.extfn.EXPathBinaryFunctionSet
- All Implemented Interfaces:
FunctionLibrary
Implementation of extension functions in the EXPath Binary package, see
http://expath.org/spec/binary
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classNested classes/interfaces inherited from class net.sf.saxon.functions.registry.BuiltInFunctionSet
BuiltInFunctionSet.Entry -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NamespaceUristatic final Stringstatic final NamespaceUristatic final Stringstatic final double -
Method Summary
Modifier and TypeMethodDescriptionstatic voidThrow an errorReturn a conventional prefix for use with this namespace, typically the prefix used in the documentation of these functions.static EXPathBinaryFunctionSetReturn the namespace URI for the functions local to this function set.Methods inherited from class net.sf.saxon.functions.registry.BuiltInFunctionSet
bind, copy, field, getFunctionDetails, getFunctionItem, importFunctionSet, isAvailable, makeFunction, register, register, registerVariadicMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.saxon.functions.FunctionLibrary
setConfiguration
-
Field Details
-
VERSION
public static final double VERSION- See Also:
-
NAMESPACE
-
PREFIX
- See Also:
-
ERROR_NAMESPACE
-
ERROR_PREFIX
- See Also:
-
-
Method Details
-
getInstance
-
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
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"
-
error
Throw an error- Parameters:
message- the error messagecode- the error code to be used- Throws:
XPathException- always
-