Class XSLInclude

All Implemented Interfaces:
Serializable, Source, SourceLocator, LocationProvider, SaxonLocator, PullEvent, Container, FingerprintedNode, Item<NodeInfo>, MutableNodeInfo, NamespaceResolver, NodeInfo, ValueRepresentation<NodeInfo>, InstructionInfo, SiblingCountingNode, Locator

public class XSLInclude extends XSLGeneralIncorporate
xsl:include element in the stylesheet.
See Also:
  • 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
      Returns:
      true if this is an xsl:import declaration, false if it is an xsl:include