public static class ContextStackFrame.FunctionCall extends ContextStackFrame
ContextStackFrame.ApplyTemplates, ContextStackFrame.BuiltInTemplateRule, ContextStackFrame.CallingApplication, ContextStackFrame.CallTemplate, ContextStackFrame.ForEach, ContextStackFrame.FunctionCall, ContextStackFrame.VariableEvaluation| Modifier and Type | Field and Description |
|---|---|
(package private) StructuredQName |
functionName |
| Constructor and Description |
|---|
ContextStackFrame.FunctionCall() |
| Modifier and Type | Method and Description |
|---|---|
StructuredQName |
getFunctionName()
Get the name of the function being called
|
void |
print(java.io.PrintStream out)
Display a representation of the stack frame on the specified output stream
|
void |
setFunctionName(StructuredQName functionName)
Set the name of the function being called
|
getContainer, getContextItem, getLineNumber, getSystemId, setContainer, setContextItem, setLineNumber, setSystemId, showLocationStructuredQName functionName
public StructuredQName getFunctionName()
public void setFunctionName(StructuredQName functionName)
functionName - the name of the function being calledpublic void print(java.io.PrintStream out)
print in class ContextStackFrameout - the output stream