| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.saxon.query.GlobalVariableDefinition
net.sf.saxon.query.UndeclaredVariable
An UndeclaredVariable object is created when a reference is encountered to a variable that has not yet been declared. This can happen as a result of recursive module imports. These references are resolved at the end of query parsing.
| Field Summary | 
| Fields inherited from class net.sf.saxon.query.GlobalVariableDefinition | 
| references | 
| Constructor Summary | |
| UndeclaredVariable() | |
| Method Summary | |
|  GlobalVariable | compile(StaticQueryContext env,
        int slot)Create a compiled representation of this global variable | 
|  void | transferReferences(VariableDeclaration var) | 
| Methods inherited from class net.sf.saxon.query.GlobalVariableDefinition | 
| explain, getColumnNumber, getCompiledVariable, getLineNumber, getNameCode, getPublicId, getRequiredType, getSystemId, getVariableName, iterateReferences, registerReference, setIsParameter, setLineNumber, setNameCode, setRequiredType, setSystemId, setValueExpression, setVariableName, typeCheck | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public UndeclaredVariable()
| Method Detail | 
public void transferReferences(VariableDeclaration var)
public GlobalVariable compile(StaticQueryContext env,
                              int slot)
                       throws XPathException
GlobalVariableDefinition
compile in class GlobalVariableDefinitionenv - the static context for the query moduleslot - the slot number allocated to this variable
XPathException - if compile-time errors are found.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||