|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectnet.sf.saxon.sort.TupleSorter.TupleUnwrapper
public static class TupleSorter.TupleUnwrapper
Mapping function to map the wrapped objects returned by the SortedTupleIterator into real items. This is done because each tuple may actually represent a sequence of underlying values that share the same sort key.
| Method Summary | |
|---|---|
static TupleSorter.TupleUnwrapper |
getInstance()
Get the singular instance of this class |
SequenceIterator |
map(Item item)
Map one item to a sequence. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static TupleSorter.TupleUnwrapper getInstance()
public SequenceIterator map(Item item)
throws XPathException
MappingFunction
map in interface MappingFunctionitem - The item to be mapped.
XPathException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||