net.sf.saxon.instruct
public final class LocalParam extends GeneralVariable
| Method Summary | |
|---|---|
| ValueRepresentation | evaluateVariable(XPathContext c)
Evaluate the variable |
| int | getInstructionNameCode()
Get the name of this instruction for diagnostic and tracing purposes |
| Iterator | iterateSubExpressions()
Get all the XPath expressions associated with this instruction
(in XSLT terms, the expression present on attributes of the instruction,
as distinct from the child instructions in a sequence construction) |
| TailCall | processLeavingTail(XPathContext context)
Process the local parameter declaration |
| void | setConversion(Expression convertor)
Define a conversion that is to be applied to the supplied parameter value. |
Parameters: convertor