Interface ITemplateCall

All Superinterfaces:
ContextOriginator
All Known Implementing Classes:
ApplyImports, ApplyNextMatchingTemplate, ApplyTemplates, CallTemplate, NextMatch

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

    Modifier and Type
    Method
    Description
    Get the actual parameters passed to the called template
    Get the tunnel parameters passed to the called template
  • Method Details

    • 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