public static class TupleSorter.TupleUnwrapper extends java.lang.Object implements MappingFunction
| Modifier and Type | Method and 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
MappingFunctionmap in interface MappingFunctionitem - The item to be mapped.XPathException