net.sf.saxon.trace

Class ContextStackFrame.VariableEvaluation

public static class ContextStackFrame.VariableEvaluation extends ContextStackFrame

Subclass of ContextStackFrame representing the evaluation of a variable (typically a global variable)
Field Summary
StructuredQNamevariableName
Method Summary
StructuredQNamegetVariableName()
Get the name of the variable
voidprint(PrintStream out)
Display a representation of the stack frame on the specified output stream
voidsetVariableName(StructuredQName variableName)
Set the name of the variable

Field Detail

variableName

StructuredQName variableName

Method Detail

getVariableName

public StructuredQName getVariableName()
Get the name of the variable

Returns: the name of the variable

print

public void print(PrintStream out)
Display a representation of the stack frame on the specified output stream

Parameters: out the output stream

setVariableName

public void setVariableName(StructuredQName variableName)
Set the name of the variable

Parameters: variableName the name of the variable