com.icl.saxon.style
public class XSLVariable extends XSLGeneralVariable implements Binding
Method Summary | |
---|---|
Value | constantValue()
Get the value, if known statically. |
int | getDataType()
Get the data type, if known statically. |
int | getSlotNumber() |
boolean | isInstruction()
Determine whether this node is an instruction. |
void | process(Context context)
Process the variable declaration |
void | validate()
Check that the variable is not already declared, and allocate a slot number |
Returns: the value if known in advance, or null if not.
Returns: the data type if known
Returns: true - it is an instruction (well, it can be, anyway)