net.sf.saxon.expr
public interface VariableDeclaration
Modifier and Type | Method and 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()