Class ExtensionInstruction

    • Constructor Detail

      • ExtensionInstruction

        public ExtensionInstruction()
    • Method Detail

      • isInstruction

        public final boolean isInstruction()
        Determine whether this node is an instruction.
        Overrides:
        isInstruction in class StyleElement
        Returns:
        true - it is an instruction
      • mayContainFallback

        protected final boolean mayContainFallback()
        Determine whether this type of element is allowed to contain an xsl:fallback instruction. Note that this is only relevant if the element is an instruction.
        Overrides:
        mayContainFallback in class StyleElement
        Returns:
        true: this element (assuming it is an instruction) may contain an xsl:fallback child instruction, which is ignored if the element is recognized.
      • isInXsltNamespace

        public boolean isInXsltNamespace()
        Ask whether the element is in the XSLT namespace
        Overrides:
        isInXsltNamespace in class StyleElement
        Returns:
        true if the element is in the XSLT namespace