net.sf.saxon.trace

Class ContextStackFrame.CallTemplate

public static class ContextStackFrame.CallTemplate extends ContextStackFrame

Subclass of ContextStackFrame representing an xsl:call-template instruction in XSLT
Field Summary
StructuredQNametemplateName
Method Summary
StructuredQNamegetTemplateName()
Get the name of the template being called
voidprint(PrintStream out)
Display a representation of the stack frame on the specified output stream
voidsetTemplateName(StructuredQName templateName)
Set the name of the template being called

Field Detail

templateName

StructuredQName templateName

Method Detail

getTemplateName

public StructuredQName getTemplateName()
Get 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

print

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

Parameters: out the output stream

setTemplateName

public void setTemplateName(StructuredQName templateName)
Set the name of the template being called

Parameters: templateName the name of the template being called.