public interface TailCallReturner
Modifier and Type | Method and Description |
---|---|
TailCall |
processLeavingTail(XPathContext context)
ProcessLeavingTail: called to do the real work of this instruction.
|
TailCall processLeavingTail(XPathContext context) throws XPathException
context
- The dynamic context of the transformation, giving access to the current node,
the current variables, etc.XPathException
- if a dynamic error occurs during the evaluation
of the instructionCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.