GlobalVariableDefinition
, JAXPVariable
, RangeVariableDeclaration
, UndeclaredVariable
, Variable
, XSLParam
, XSLVariable
, XSLVariableDeclaration
public interface VariableDeclaration
Modifier and Type | Method | Description |
---|---|---|
int |
getNameCode() |
Get the fingerprint code that identifies the name of the variable
|
java.lang.String |
getVariableName() |
Get the name of the variable for use in diagnostics - a lexical QName
|
void |
registerReference(BindingReference ref) |
Method called by a BindingReference to register the variable reference for
subsequent fixup.
|
void registerReference(BindingReference ref)
int getNameCode()
java.lang.String getVariableName()