Interface ITemplateCall

  • All Known Implementing Classes:
    ApplyImports, ApplyTemplates, CallTemplate, NextMatch

    public interface ITemplateCall
    An interface satisfied by all instructions that invoke templates: apply-templates, call-template. apply-imports, next-match
    • Method Detail

      • getActualParams

        WithParam[] getActualParams()
        Get the actual parameters passed to the called template
        Returns:
        the non-tunnel parameters
      • getTunnelParams

        WithParam[] getTunnelParams()
        Get the tunnel parameters passed to the called template
        Returns:
        the tunnel parameters