| |
|
| java.lang.Object net.sf.saxon.expr.ComputedExpression net.sf.saxon.instruct.Instruction net.sf.saxon.instruct.GeneralVariable net.sf.saxon.instruct.LocalParam
LocalParam | final public class LocalParam extends GeneralVariable (Code) | | The compiled form of an xsl:param element in the stylesheet or an
external variable in a Query.
The xsl:param element in XSLT has mandatory attribute name and optional attribute select. It can also
be specified as required="yes" or required="no". In standard XQuery external variables are always required,
and no default value can be specified; but Saxon provides an extension pragma that allows a query
to specify a default.
|
getInstructionNameCode | public int getInstructionNameCode()(Code) | | Get the name of this instruction for diagnostic and tracing purposes
|
iterateSubExpressions | public Iterator iterateSubExpressions()(Code) | | 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)
|
setConversion | public void setConversion(Expression convertor)(Code) | | Define a conversion that is to be applied to the supplied parameter value.
Parameters: convertor - |
|
|
|