public interface TailCallReturner
| Modifier and Type | Method and Description |
|---|---|
TailCall |
processLeavingTail(Outputter output,
XPathContext context)
ProcessLeavingTail: called to do the real work of this instruction.
|
TailCall processLeavingTail(Outputter output, XPathContext context) throws XPathException
output - the destination for the resultcontext - 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-2020 Saxonica Limited.