public abstract class PositionAndLast extends ContextAccessorFunction
| Modifier and Type | Class and Description |
|---|---|
static class |
PositionAndLast.Last |
static class |
PositionAndLast.Position |
| Constructor and Description |
|---|
PositionAndLast() |
| Modifier and Type | Method and Description |
|---|---|
Function |
bindContext(XPathContext context)
Bind a context item to appear as part of the function's closure.
|
IntegerValue |
call(XPathContext context,
Sequence[] arguments)
Evaluate the expression
|
abstract Int64Value |
evaluateItem(XPathContext c)
Evaluate in a general context
|
IntegerValue[] |
getIntegerBounds()
For an expression that returns an integer or a sequence of integers, get
a lower and upper bound on the values of the integers that may be returned, from
static analysis.
|
boolean |
isContextPossiblyUndefined()
Ask whether the context item may possibly be undefined
|
void |
supplyTypeInformation(ExpressionVisitor visitor,
ContextItemStaticInfo contextInfo,
Expression[] arguments)
Method called during static type checking.
|
equals, export, exportAttributes, getArity, getCardinality, getContextNode, getDescription, getDetails, getErrorCodeForTypeErrors, getExpressionCompiler, getFunctionItemType, getFunctionName, getOperandRoles, getRequiredType, getResultItemType, getResultItemType, getRetainedStaticContext, getSpecialProperties, getStaticBaseUriString, getStreamingAdjunct, importAttributes, makeCall, makeFunction, makeFunctionCall, makeOptimizedFunctionCall, resultIfEmpty, setArity, setDetails, setRetainedStaticContext, typeCheckCalleratomize, deepEquals, effectiveBooleanValue, getStringValue, getStringValueCS, isArray, isMap, optimize, simplify, typeCheckgetLength, head, 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 IntegerValue[] getIntegerBounds()
getIntegerBounds in class SystemFunctionpublic void supplyTypeInformation(ExpressionVisitor visitor, ContextItemStaticInfo contextInfo, Expression[] arguments) throws XPathException
SystemFunctionsupplyTypeInformation in class SystemFunctionvisitor - an expression visitor, providing access to the static context and configurationcontextInfo - information about whether the context item is set, and what its type isarguments - the expressions appearing as arguments in the function callXPathExceptionpublic boolean isContextPossiblyUndefined()
public abstract Int64Value evaluateItem(XPathContext c) throws XPathException
XPathExceptionpublic IntegerValue 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 expressionCopyright (c) 2004-2014 Saxonica Limited. All rights reserved.