net.sf.saxon.style

Class ExtensionInstruction

public abstract class ExtensionInstruction extends StyleElement

Abstract class representing an extension instruction
Method Summary
booleanisInstruction()
Determine whether this node is an instruction.
booleanmayContainFallback()
Determine whether this type of element is allowed to contain an xsl:fallback instruction
voidvalidate()

Method Detail

isInstruction

public final boolean isInstruction()
Determine whether this node is an instruction.

Returns: true - it is an instruction

mayContainFallback

public final boolean mayContainFallback()
Determine whether this type of element is allowed to contain an xsl:fallback instruction

validate

public void validate()