public class CallableWithBoundFocus extends Object implements IndirectCallable
| Constructor and Description |
|---|
CallableWithBoundFocus(Callable target,
XPathContext context) |
| Modifier and Type | Method and Description |
|---|---|
Sequence |
call(XPathContext context,
Sequence[] arguments)
Evaluate the expression
|
Callable |
getUnderlyingCallable() |
public CallableWithBoundFocus(Callable target, XPathContext context)
public Callable getUnderlyingCallable()
getUnderlyingCallable in interface IndirectCallablepublic Sequence call(XPathContext context, Sequence[] arguments) throws XPathException
call in interface Callablecontext - 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-2014 Saxonica Limited. All rights reserved.