Package net.sf.saxon.functions
Class MathFunctionSet
java.lang.Object
net.sf.saxon.functions.registry.BuiltInFunctionSet
net.sf.saxon.functions.MathFunctionSet
- All Implemented Interfaces:
FunctionLibrary
Abstract class providing functionality common to functions math:sin(), math:cos(), math:sqrt() etc;
contains the concrete implementations of these functions as inner subclasses
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classImplement math:acosstatic classImplement math:asinstatic classImplement math:atan2static classImplement math:atanstatic classImplement math:cosstatic classImplement math:exp10static classImplement math:expstatic classImplement math:log10static classImplement math:logstatic classImplement math:pistatic classImplement math:powstatic classImplement math:sinstatic classImplement math:sqrtstatic classImplement math:tanNested classes/interfaces inherited from class net.sf.saxon.functions.registry.BuiltInFunctionSet
BuiltInFunctionSet.Entry -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn a conventional prefix for use with this namespace, typically the prefix used in the documentation of these functions.static MathFunctionSetReturn the namespace URI for the functions local to this function set.Methods inherited from class net.sf.saxon.functions.registry.BuiltInFunctionSet
bind, copy, getFunctionDetails, getFunctionItem, importFunctionSet, isAvailable, makeFunction, register, registerReducedArityVariantsMethods 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
-
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
-