public class ContextItemAccessorFunction extends ContextAccessorFunction
| Modifier and Type | Class and Description |
|---|---|
static class |
ContextItemAccessorFunction.Number_0
Subclass of ContextItemAccessorFunction to handle number().
|
static class |
ContextItemAccessorFunction.StringAccessor
Subclass of ContextItemAccessorFunction to handle string-length() and normalize-space().
|
| Constructor and Description |
|---|
ContextItemAccessorFunction() |
| Modifier and Type | Method and Description |
|---|---|
Function |
bindContext(XPathContext context)
Bind a context item to appear as part of the function's closure.
|
Sequence |
call(XPathContext context,
Sequence[] arguments)
Evaluate the expression.
|
GroundedValue |
evaluate(Item item,
XPathContext context)
Evaluate the function.
|
Expression |
makeContextItemExplicit()
Create a system function call on this function in which the context item
is supplied as an explicit argument
|
Expression |
makeFunctionCall(Expression[] arguments)
Make a static call on this function, with specified arguments.
|
dependsOnContextItem, 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, typeCheckCalleratomize, deepEquals, effectiveBooleanValue, getAnnotations, getStringValue, getStringValueCS, isArray, isMap, makeNewContext, simplify, typeCheckgetLength, head, isStreamed, itemAt, iterate, reduce, subsequenceclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLength, head, itemAt, reduce, subsequencepublic Function bindContext(XPathContext context) throws XPathException
bindContext in class ContextAccessorFunctioncontext - the context to which the function applies. Must not be null.XPathExceptionpublic GroundedValue evaluate(Item item, XPathContext context) throws XPathException
item - the context itemcontext - XPath dynamic context (not normally used)XPathException - in the event of a dynamic errorpublic Sequence call(XPathContext context, Sequence[] arguments) throws XPathException
call in interface Callablecall in interface Functioncall in class ContextAccessorFunctioncontext - the dynamic evaluation contextarguments - the values of the arguments, supplied as SequencesXPathException - if a dynamic error occurs during the evaluation of the expressionpublic Expression makeFunctionCall(Expression[] arguments)
makeFunctionCall in class SystemFunctionarguments - the supplied arguments to the function call. This will always
be an empty array, since this is a zero-arity function.public Expression makeContextItemExplicit()
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.