com.icl.saxon.style

Class XSLCallTemplate

public class XSLCallTemplate extends StyleElement

An xsl:call-template element in the stylesheet
Method Summary
booleandoesPostProcessing()
Determine whether this element does any processing after instantiating any children.
booleanisInstruction()
Determine whether this node is an instruction.
voidprepareAttributes()
voidprocess(Context context)
voidvalidate()

Method Detail

doesPostProcessing

public boolean doesPostProcessing()
Determine whether this element does any processing after instantiating any children. This implementation says it doesn't, thus enabling tail recursion.

isInstruction

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

Returns: true - it is an instruction

prepareAttributes

public void prepareAttributes()

process

public void process(Context context)

validate

public void validate()