AnalyzeString, ApplyImports, ApplyTemplates, Assign, Attribute, Block, CallTemplate, Choose, Comment, ComputedElement, Copy, CopyOf, Doctype, DocumentInstr, EagerLetExpression, ElementCreator, FixedAttribute, FixedElement, ForEach, ForEachGroup, GeneralVariable, GlobalParam, GlobalVariable, IfExpression, Instruction, LetExpression, LocalParam, LocalVariable, Message, Namespace, NextMatch, ParentNodeConstructor, ProcessingInstruction, ResultDocument, SimpleNodeConstructor, SQLColumn.ColumnInstruction, TraceExpression, TraceInstruction, TraceWrapper, UseAttributeSets, ValueOf, While, WithParampublic interface TailCallReturner
| Modifier and Type | Method | 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