net.sf.saxon.trace

Class ContextStackFrame.FunctionCall

public static class ContextStackFrame.FunctionCall extends ContextStackFrame

Subclass of ContextStackFrame representing a call to a user-defined function either in XSLT or XQuery
Field Summary
StructuredQNamefunctionName
Method Summary
StructuredQNamegetFunctionName()
Get the name of the function being called
voidprint(PrintStream out)
Display a representation of the stack frame on the specified output stream
voidsetFunctionName(StructuredQName functionName)
Set the name of the function being called

Field Detail

functionName

StructuredQName functionName

Method Detail

getFunctionName

public StructuredQName getFunctionName()
Get the name of the function being called

Returns: the name of the function being called

print

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

Parameters: out the output stream

setFunctionName

public void setFunctionName(StructuredQName functionName)
Set the name of the function being called

Parameters: functionName the name of the function being called