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