XSLParam
, XSLVariable
public interface Binding
Modifier and Type | Method | Description |
---|---|---|
Value |
constantValue() |
Get the value of the variable, if known statically.
|
int |
getDataType() |
Get the data type, if known statically.
|
int |
getSlotNumber() |
Determine a slot number for the variable.
|
int |
getVariableFingerprint() |
Establish the fingerprint of the name of this variable.
|
java.lang.String |
getVariableName() |
Get the name of the variable, to use in diagnostics
|
boolean |
isAssignable() |
Determine whether the variable is assignable using saxon:assign
|
boolean |
isGlobal() |
Determine whether this variable is global
|
boolean isGlobal()
java.lang.String getVariableName()
int getVariableFingerprint()
int getSlotNumber()
int getDataType()
Value constantValue()
boolean isAssignable()