net.sf.saxon.style

Class AbsentExtensionElement

public class AbsentExtensionElement extends StyleElement

This element is a surrogate for an extension element (or indeed an xsl element) for which no implementation is available.
Method Summary
Expressioncompile(Executable exec)
booleanisInstruction()
booleanmayContainSequenceConstructor()
Determine whether this type of element is allowed to contain a template-body
voidprepareAttributes()
voidprocessAllAttributes()
Process the attributes of this element and all its children
voidvalidate()
voidvalidateSubtree()
Recursive walk through the stylesheet to validate all nodes

Method Detail

compile

public Expression compile(Executable exec)

isInstruction

public boolean isInstruction()

mayContainSequenceConstructor

public boolean mayContainSequenceConstructor()
Determine whether this type of element is allowed to contain a template-body

prepareAttributes

public void prepareAttributes()

processAllAttributes

public void processAllAttributes()
Process the attributes of this element and all its children

validate

public void validate()

validateSubtree

public void validateSubtree()
Recursive walk through the stylesheet to validate all nodes