Constructor and Description |
---|
CallableWithBoundFocus(Callable target,
XPathContext context) |
Modifier and Type | Method and Description |
---|---|
Sequence |
call(XPathContext context,
Sequence[] arguments)
Evaluate the expression
|
public CallableWithBoundFocus(Callable target, XPathContext context)
public Sequence call(XPathContext context, Sequence[] arguments) throws XPathException
call
in interface Callable
context
- the dynamic evaluation contextarguments
- the values of the arguments, supplied as SequenceIteratorsXPathException
- if a dynamic error occurs during the evaluation of the expressionCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.