Class UndeclaredVariable

  • All Implemented Interfaces:
    javax.xml.transform.SourceLocator, VariableDeclaration, Declaration

    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.