javax.xml.transform.SourceLocator, VariableDeclaration, Declarationpublic class UndeclaredVariable extends GlobalVariableDefinition
references| Constructor | Description |
|---|---|
UndeclaredVariable() |
| Modifier and Type | Method | Description |
|---|---|---|
GlobalVariable |
compile(Executable exec,
int slot) |
Create a compiled representation of this global variable
|
void |
transferReferences(VariableDeclaration var) |
explain, fixupReference, getColumnNumber, getCompiledVariable, getLineNumber, getPublicId, getRequiredType, getSystemId, getVariableQName, iterateReferences, registerReference, setIsParameter, setLineNumber, setRequiredType, setSystemId, setValueExpression, setVariableQName, typeCheckpublic void transferReferences(VariableDeclaration var)
public GlobalVariable compile(Executable exec, int slot) throws XPathException
GlobalVariableDefinitioncompile in class GlobalVariableDefinitionexec - the executableslot - the slot number allocated to this variableXPathException - if compile-time errors are found.