net.sf.saxon.query

Class UndeclaredVariable

public class UndeclaredVariable extends GlobalVariableDefinition

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.
Constructor Summary
UndeclaredVariable()
Method Summary
GlobalVariablecompile(StaticQueryContext env, int slot)
voidtransferReferences(VariableDeclaration var)

Constructor Detail

UndeclaredVariable

public UndeclaredVariable()

Method Detail

compile

public GlobalVariable compile(StaticQueryContext env, int slot)

transferReferences

public void transferReferences(VariableDeclaration var)