Class XSLInclude

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

public class XSLInclude extends XSLGeneralIncorporate
xsl:include element in the stylesheet.
  • Constructor Details

    • XSLInclude

      public XSLInclude()
  • Method Details

    • isImport

      public boolean isImport()
      isImport() returns true if this is an xsl:import statement rather than an xsl:include
      Specified by:
      isImport in class XSLGeneralIncorporate