AnalyzeString
, ApplyImports
, ApplyTemplates
, AttributeCreator
, Block
, CallTemplate
, Choose
, Comment
, ComputedAttribute
, ComputedElement
, Copy
, CopyOf
, Doctype
, DocumentInstr
, EagerLetExpression
, ElementCreator
, FixedAttribute
, FixedElement
, ForEach
, ForEachGroup
, Instruction
, LetExpression
, LocalParamBlock
, LocalParamSetter
, Message
, NamespaceConstructor
, NextMatch
, ParentNodeConstructor
, ProcessingInstruction
, ProcessRegexMatchInstruction
, ResultDocument
, SimpleNodeConstructor
, TraceExpression
, UseAttributeSets
, ValueOf
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
- if a dynamic error occurs during the evaluation
of the instruction