public interface MappingFunction<F extends Item,T extends Item>
Modifier and Type | Method and Description |
---|---|
SequenceIterator<T> |
map(F item)
Map one item to a sequence.
|
SequenceIterator<T> map(F item) throws XPathException
item
- The item to be mapped.XPathException
- if a dynamic error occurs