public static class ContextItemAccessorFunction.Number_0 extends ContextItemAccessorFunction
ContextItemAccessorFunction.Number_0, ContextItemAccessorFunction.StringAccessor| Constructor and Description |
|---|
Number_0() |
| Modifier and Type | Method and Description |
|---|---|
GroundedValue |
evaluate(Item item,
XPathContext context)
Evaluate the function.
|
Expression |
makeFunctionCall(Expression[] arguments)
Make a static call on this function, with specified arguments.
|
bindContext, call, makeContextItemExplicitdependsOnContextItem, dynamicCall, equals, export, exportAdditionalArguments, exportAttributes, fixArguments, getArity, getCardinality, getCompilerName, getContextNode, getDescription, getDetails, getErrorCodeForTypeErrors, getFunctionItemType, getFunctionName, getIntegerBounds, getNetCost, getOperandRoles, getRequiredType, getResultItemType, getResultItemType, getRetainedStaticContext, getSpecialProperties, getStaticBaseUriString, getStreamerName, importAttributes, isTrustedResultType, makeCall, makeFunction, makeOptimizedFunctionCall, resultIfEmpty, setArity, setDetails, setRetainedStaticContext, supplyTypeInformation, toShortString, toString, typeCheckCalleratomize, deepEquals, effectiveBooleanValue, getAnnotations, getStringValue, getStringValueCS, isArray, isMap, makeNewContext, simplify, typeCheckclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitargumentArray, getGenregetLength, head, isStreamed, itemAt, iterate, iterator, reduce, subsequence, toGroundedValueasIterable, materializemakeRepeatablepublic Expression makeFunctionCall(Expression[] arguments)
ContextItemAccessorFunctionmakeFunctionCall in class ContextItemAccessorFunctionarguments - the supplied arguments to the function call. This will always
be an empty array, since this is a zero-arity function.public GroundedValue evaluate(Item item, XPathContext context) throws XPathException
ContextItemAccessorFunctionevaluate in class ContextItemAccessorFunctionitem - the context itemcontext - XPath dynamic context (not normally used)XPathException - in the event of a dynamic errorCopyright (c) 2004-2020 Saxonica Limited. All rights reserved.