StatefulMappingFunction
Atomizer.AtomizingFunction
, TupleSorter.TupleUnwrapper
public interface MappingFunction
Modifier and Type | Method | Description |
---|---|---|
SequenceIterator |
map(Item item) |
Map one item to a sequence.
|
SequenceIterator map(Item item) throws XPathException
item
- The item to be mapped.XPathException