MappingFunction
public static class TupleSorter.TupleUnwrapper extends java.lang.Object implements MappingFunction
Modifier and Type | Method | Description |
---|---|---|
static TupleSorter.TupleUnwrapper |
getInstance() |
Get the singular instance of this class
|
SequenceIterator |
map(Item item) |
Map one item to a sequence.
|
public static TupleSorter.TupleUnwrapper getInstance()
public SequenceIterator map(Item item) throws XPathException
MappingFunction
map
in interface MappingFunction
item
- The item to be mapped.XPathException