GlobalVariableDefinition
, JAXPVariable
, UndeclaredVariable
, XPathVariable
, XSLParam
, XSLVariable
, XSLVariableDeclaration
public interface VariableDeclaration
Modifier and Type | Method | Description |
---|---|---|
StructuredQName |
getVariableQName() |
Get the name of the variable as a structured QName
|
void |
registerReference(BindingReference ref) |
Method called by a BindingReference to register the variable reference for
subsequent fixup.
|
void registerReference(BindingReference ref)
ref
- the variable referenceStructuredQName getVariableQName()