Class UndeclaredVariable

    • Constructor Detail

      • UndeclaredVariable

        public UndeclaredVariable()
    • Method Detail

      • transferReferences

        public void transferReferences​(GlobalVariable var)
      • compile

        public void compile​(Executable exec,
                            int slot)
                     throws XPathException
        Description copied from class: GlobalVariable
        Create a compiled representation of this global variable. Used in XQuery only.
        Overrides:
        compile in class GlobalVariable
        Parameters:
        exec - the executable
        slot - the slot number allocated to this variable
        Throws:
        XPathException - if compile-time errors are found.