Package net.sf.saxon.expr.sort
Class GroupToBeSorted
java.lang.Object
net.sf.saxon.expr.sort.ObjectToBeSorted
net.sf.saxon.expr.sort.GroupToBeSorted
This class is a specialization of ObjectToBeSorted for use when the sequence
being sorted is a sequence of groups. The group is represented by its initial
item, but the object holds in addition the value of the grouping key, and a
GroundedValue holding the items in the group.
-
Field Summary
FieldsFields inherited from class net.sf.saxon.expr.sort.ObjectToBeSorted
originalPosition, sortKeyValues, value
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
currentGroupingKey
-
currentGroup
-
-
Constructor Details
-
GroupToBeSorted
public GroupToBeSorted(int numberOfSortKeys)
-