public static class ContextStackFrame.VariableEvaluation extends ContextStackFrame
ContextStackFrame.ApplyTemplates, ContextStackFrame.BuiltInTemplateRule, ContextStackFrame.CallingApplication, ContextStackFrame.CallTemplate, ContextStackFrame.FunctionCall, ContextStackFrame.VariableEvaluation
Modifier and Type | Field and Description |
---|---|
(package private) StructuredQName |
variableName |
Constructor and Description |
---|
VariableEvaluation() |
Modifier and Type | Method and Description |
---|---|
StructuredQName |
getVariableName()
Get the name of the variable
|
void |
print(java.io.PrintStream out)
Display a representation of the stack frame on the specified output stream
|
void |
setVariableName(StructuredQName variableName)
Set the name of the variable
|
getContainer, getContextItem, getLineNumber, getSystemId, setContainer, setContextItem, setLineNumber, setSystemId, showLocation
StructuredQName variableName
public StructuredQName getVariableName()
public void setVariableName(StructuredQName variableName)
variableName
- the name of the variablepublic void print(java.io.PrintStream out)
print
in class ContextStackFrame
out
- the output stream