net.sf.saxon.trace
public static class ContextStackFrame.CallTemplate extends ContextStackFrame
| Field Summary | |
|---|---|
| StructuredQName | templateName |
| Method Summary | |
|---|---|
| StructuredQName | getTemplateName()
Get the name of the template being called |
| void | print(PrintStream out)
Display a representation of the stack frame on the specified output stream |
| void | setTemplateName(StructuredQName templateName)
Set the name of the template being called |
Returns: the name of the template being called. Note this may be null in the case of the extension instruction saxon:call-template
Parameters: out the output stream
Parameters: templateName the name of the template being called.