com.icl.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
booleanmayContainTemplateBody()
Determine whether this type of element is allowed to contain a template-body
voidprepareAttributes()
voidprocess(Context context)
voidprocessAllAttributes()
Process the attributes of this element and all its children.
voidvalidate()
voidvalidateSubtree()
Recursive walk through the stylesheet to validate all nodes.

Method Detail

mayContainTemplateBody

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

prepareAttributes

public void prepareAttributes()

process

public void process(Context context)

processAllAttributes

public void processAllAttributes()
Process the attributes of this element and all its children. For an unrecognized top-level element in forwards-compatibility mode, ignore this element and its children

validate

public void validate()

validateSubtree

public void validateSubtree()
Recursive walk through the stylesheet to validate all nodes. For an unrecognized top-level element in forwards-compatibility mode, ignore this element and its children