net.sf.saxon.trace
public static class ContextStackFrame.VariableEvaluation extends ContextStackFrame
ContextStackFrame.ApplyTemplates, ContextStackFrame.BuiltInTemplateRule, ContextStackFrame.CallingApplication, ContextStackFrame.CallTemplate, ContextStackFrame.ForEach, ContextStackFrame.FunctionCall, ContextStackFrame.VariableEvaluation
Constructor and Description |
---|
ContextStackFrame.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
public ContextStackFrame.VariableEvaluation()
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