public interface CallableExpression
Modifier and Type | Method and Description |
---|---|
SequenceIterator<? extends Item> |
call(SequenceIterator<? extends Item>[] arguments,
XPathContext context)
Evaluate the expression
|
Expression[] |
getArguments()
Get the subexpressions (arguments to this expression)
|
Expression[] getArguments()
SequenceIterator<? extends Item> call(SequenceIterator<? extends Item>[] arguments, XPathContext context) throws XPathException
arguments
- the values of the arguments, supplied as SequenceIteratorscontext
- the dynamic evaluation contextXPathException
- if a dynamic error occurs during the evaluation of the expression