net.sf.saxon.style

Class XSLApplyTemplates

public class XSLApplyTemplates extends StyleElement

An xsl:apply-templates element in the stylesheet
Method Summary
Expressioncompile(Executable exec)
booleanisInstruction()
Determine whether this node is an instruction.
booleanmarkTailCalls()
Mark tail-recursive calls on templates and functions.
voidprepareAttributes()
voidvalidate()

Method Detail

compile

public Expression compile(Executable exec)

isInstruction

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

Returns: true - it is an instruction

markTailCalls

public boolean markTailCalls()
Mark tail-recursive calls on templates and functions. For most instructions, this does nothing.

prepareAttributes

public void prepareAttributes()

validate

public void validate()