com.icl.saxon.style

Class XSLNumber

public class XSLNumber extends StyleElement

An xsl:number element in the stylesheet.
Method Summary
booleanisInstruction()
Determine whether this node is an instruction.
protected static NumberermakeNumberer(String language)
Load a Numberer class for a given language and check it is OK.
voidprepareAttributes()
voidprocess(Context context)
voidvalidate()

Method Detail

isInstruction

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

Returns: true - it is an instruction

makeNumberer

protected static Numberer makeNumberer(String language)
Load a Numberer class for a given language and check it is OK.

prepareAttributes

public void prepareAttributes()

process

public void process(Context context)

validate

public void validate()