Class XSLInclude

All Implemented Interfaces:
NodeInfo, DOMLocator, Source, SourceLocator, Element, NamedNodeMap, Node, 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