Class ContextStackFrame.VariableEvaluation
java.lang.Object
net.sf.saxon.trace.ContextStackFrame
net.sf.saxon.trace.ContextStackFrame.VariableEvaluation
- Enclosing class:
ContextStackFrame
Subclass of ContextStackFrame representing the evaluation of a variable (typically a global variable)
-
Nested Class Summary
Nested classes/interfaces inherited from class ContextStackFrame
ContextStackFrame.ApplyTemplates, ContextStackFrame.BuiltInTemplateRule, ContextStackFrame.CallingApplication, ContextStackFrame.CallTemplate, ContextStackFrame.FunctionCall, ContextStackFrame.VariableEvaluation -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the name of the variablevoidprint(PrintStream out) Display a representation of the stack frame on the specified output streamvoidsetVariableName(StructuredQName variableName) Set the name of the variableMethods inherited from class ContextStackFrame
getContainer, getContextItem, getLineNumber, getSystemId, setContainer, setContextItem, setLineNumber, setSystemId, showLocation
-
Field Details
-
variableName
StructuredQName variableName
-
-
Constructor Details
-
VariableEvaluation
public VariableEvaluation()
-
-
Method Details
-
getVariableName
Get the name of the variable- Returns:
- the name of the variable
-
setVariableName
Set the name of the variable- Parameters:
variableName- the name of the variable
-
print
Display a representation of the stack frame on the specified output stream- Specified by:
printin classContextStackFrame- Parameters:
out- the output stream
-