Class ContextStackFrame.CallTemplate

  • Enclosing class:
    ContextStackFrame

    public static class ContextStackFrame.CallTemplate
    extends ContextStackFrame
    Subclass of ContextStackFrame representing an xsl:call-template instruction in XSLT
    • Constructor Detail

      • CallTemplate

        public CallTemplate()
    • 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
      • setTemplateName

        public void setTemplateName​(StructuredQName templateName)
        Set the name of the template being called
        Parameters:
        templateName - the name of the template being called.
      • print

        public void print​(Logger out)
        Display a representation of the stack frame on the specified output stream
        Specified by:
        print in class ContextStackFrame
        Parameters:
        out - the output stream