Package net.sf.saxon.functions.hof
Class CallableWithBoundFocus
- java.lang.Object
-
- net.sf.saxon.functions.hof.CallableWithBoundFocus
-
-
Constructor Summary
Constructors Constructor Description CallableWithBoundFocus(Callable target, XPathContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Sequence
call(XPathContext context, Sequence[] arguments)
Evaluate the expression
-
-
-
Constructor Detail
-
CallableWithBoundFocus
public CallableWithBoundFocus(Callable target, XPathContext context)
-
-
Method Detail
-
call
public Sequence call(XPathContext context, Sequence[] arguments) throws XPathException
Evaluate the expression- Specified by:
call
in interfaceCallable
- Parameters:
context
- the dynamic evaluation contextarguments
- the values of the arguments, supplied as SequenceIterators- Returns:
- the result of the evaluation, in the form of a SequenceIterator
- Throws:
XPathException
- if a dynamic error occurs during the evaluation of the expression
-
-