javax.xml.transform.SourceLocator
, VariableDeclaration
, Declaration
public 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, getColumnNumber, getCompiledVariable, getLineNumber, getPublicId, getRequiredType, getSystemId, getValueExpression, getVariableQName, isParameter, isPrivate, iterateReferences, registerReference, setIsParameter, setLineNumber, setPrivate, setRequiredType, setSystemId, setValueExpression, setVariableQName, typeCheck
public void transferReferences(VariableDeclaration var)
public GlobalVariable compile(Executable exec, int slot) throws XPathException
GlobalVariableDefinition
compile
in class GlobalVariableDefinition
exec
- the executableslot
- the slot number allocated to this variableXPathException
- if compile-time errors are found.