Class SaxonCallTemplate

All Implemented Interfaces:
Source, SourceLocator, LocationProvider, SaxonLocator, Container, FingerprintedNode, Item, NodeInfo, ValueRepresentation, InstructionInfo, Locator

public class SaxonCallTemplate extends XSLCallTemplate
A saxon:call-template element in the stylesheet. This differs from the standard xsl:call-template in that the template name can be specified as an attribute value template
  • Constructor Details

    • SaxonCallTemplate

      public SaxonCallTemplate()
  • Method Details

    • allowAVT

      protected boolean allowAVT()
      Determine whether the called template name can be specified as an AVT
      Overrides:
      allowAVT in class XSLCallTemplate
    • mayContainFallback

      public boolean mayContainFallback()
      Determine whether this type of element is allowed to contain an xsl:fallback instruction
      Overrides:
      mayContainFallback in class StyleElement