Class XSLImport

All Implemented Interfaces:
Iterable<NodeInfo>, Source, SourceLocator, Location, GroundedValue<NodeInfo>, Item<NodeInfo>, MutableNodeInfo, NamespaceResolver, NodeInfo, Sequence<NodeInfo>, SteppingNode<NodeImpl>, SiblingCountingNode, Locator

public class XSLImport extends XSLGeneralIncorporate
xsl:import element in the stylesheet.
  • Constructor Details

    • XSLImport

      public XSLImport()
  • 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