com.icl.saxon.style

Class SAXONGroup

public class SAXONGroup extends XSLForEach

Handler for saxon:group elements in stylesheet. This is the same as xsl:for-each with the addition of a group-by attribute
Field Summary
ExpressiongroupBy
Method Summary
booleanisInstruction()
Determine whether this node is an instruction.
voidprepareAttributes()
voidprocess(Context context)
voidvalidate()

Field Detail

groupBy

Expression groupBy

Method Detail

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()