|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VariableDeclaration
Generic interface representing a variable declaration in the static context of an XPath expression. The declaration may be internal or external to the XPath expression itself. An external VariableDeclaration is identified (perhaps created) by the bindVariable() method in the StaticContext.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void registerReference(BindingReference ref)
ref
- the variable referenceStructuredQName getVariableQName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |