Package net.sf.saxon.expr.sort
Class ItemToBeSorted
java.lang.Object
net.sf.saxon.expr.sort.ObjectToBeSorted
net.sf.saxon.expr.sort.ItemToBeSorted
This class is a specialization of class ObjectToBeSorted for use when
the sequence being sorted is a sequence of items (including tuples, which
are represented as items).
-
Field Summary
Fields inherited from class net.sf.saxon.expr.sort.ObjectToBeSorted
originalPosition, sortKeyValues, value
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ItemToBeSorted
public ItemToBeSorted(int numberOfSortKeys)
-