Package net.sf.saxon.trace
Class ContextStackFrame.FunctionCall
java.lang.Object
net.sf.saxon.trace.ContextStackFrame
net.sf.saxon.trace.ContextStackFrame.FunctionCall
- Enclosing class:
ContextStackFrame
Subclass of ContextStackFrame representing a call to a user-defined function
either in XSLT or XQuery
-
Nested Class Summary
Nested classes/interfaces inherited from class net.sf.saxon.trace.ContextStackFrame
ContextStackFrame.ApplyTemplates, ContextStackFrame.BuiltInTemplateRule, ContextStackFrame.CallingApplication, ContextStackFrame.CallTemplate, ContextStackFrame.FunctionCall, ContextStackFrame.VariableEvaluation -
Field Summary
Fields inherited from class net.sf.saxon.trace.ContextStackFrame
context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the name of the function being calledvoidDisplay a representation of the stack frame on the specified output streamvoidsetFunctionName(StructuredQName functionName) Set the name of the function being calledMethods inherited from class net.sf.saxon.trace.ContextStackFrame
getContainer, getContext, getContextItem, getLineNumber, getSystemId, setComponent, setContext, setContextItem, setLocation, showLocation
-
Constructor Details
-
FunctionCall
public FunctionCall()
-
-
Method Details
-
getFunctionName
Get the name of the function being called- Returns:
- the name of the function being called
-
setFunctionName
Set the name of the function being called- Parameters:
functionName- the name of the function being called
-
print
Display a representation of the stack frame on the specified output stream- Specified by:
printin classContextStackFrame- Parameters:
out- the output stream
-