public class MathFunctionSet extends BuiltInFunctionSet
| Modifier and Type | Class and Description |
|---|---|
static class |
MathFunctionSet.AcosFn
Implement math:acos
|
static class |
MathFunctionSet.AsinFn
Implement math:asin
|
static class |
MathFunctionSet.Atan2Fn
Implement math:atan2
|
static class |
MathFunctionSet.AtanFn
Implement math:atan
|
static class |
MathFunctionSet.CosFn
Implement math:cos
|
static class |
MathFunctionSet.Exp10Fn
Implement math:exp10
|
static class |
MathFunctionSet.ExpFn
Implement math:exp
|
static class |
MathFunctionSet.Log10Fn
Implement math:log10
|
static class |
MathFunctionSet.LogFn
Implement math:log
|
static class |
MathFunctionSet.PiFn
Implement math:pi
|
static class |
MathFunctionSet.PowFn
Implement math:pow
|
static class |
MathFunctionSet.SinFn
Implement math:sin
|
static class |
MathFunctionSet.SqrtFn
Implement math:sqrt
|
static class |
MathFunctionSet.TanFn
Implement math:tan
|
BuiltInFunctionSet.Entry| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConventionalPrefix()
Return a conventional prefix for use with this namespace, typically
the prefix used in the documentation of these functions.
|
static MathFunctionSet |
getInstance() |
java.lang.String |
getNamespace()
Return the namespace URI for the functions local to this function set.
|
bind, copy, getFunctionDetails, getFunctionItem, importFunctionSet, isAvailable, makeFunction, register, registerReducedArityVariantsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetConfigurationpublic static MathFunctionSet getInstance()
public java.lang.String getNamespace()
BuiltInFunctionSetgetNamespace in class BuiltInFunctionSetpublic java.lang.String getConventionalPrefix()
BuiltInFunctionSetgetConventionalPrefix in class BuiltInFunctionSetCopyright (c) 2004-2020 Saxonica Limited.