AnalyzeString
, ApplyImports
, ApplyTemplates
, Assign
, AttributeCreator
, Block
, BreakInstr
, CallTemplate
, Choose
, Comment
, ComputedAttribute
, ComputedElement
, ContinueInstr
, Copy
, CopyOf
, Doctype
, DocumentInstr
, EagerLetExpression
, ElementCreator
, FixedAttribute
, FixedElement
, ForEach
, ForEachGroup
, GeneralVariable
, GlobalParam
, GlobalVariable
, Instruction
, IterateInstr
, LetExpression
, LocalParam
, LocalVariable
, Message
, Namespace
, NextMatch
, ParentNodeConstructor
, ProcessingInstruction
, ResultDocument
, SimpleNodeConstructor
, TraceExpression
, TraceInstruction
, TraceWrapper
, UseAttributeSets
, ValueOf
, While
, WithParam
public 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