Package net.sf.saxon.functions
Class Sort_1.ItemToBeSorted
- java.lang.Object
-
- net.sf.saxon.functions.Sort_1.ItemToBeSorted
-
- Enclosing class:
- Sort_1
public static class Sort_1.ItemToBeSorted extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
originalPosition
GroundedValue
sortKey
Item
value
-
Constructor Summary
Constructors Constructor Description ItemToBeSorted()
-
-
-
Field Detail
-
value
public Item value
-
sortKey
public GroundedValue sortKey
-
originalPosition
public int originalPosition
-
-