public interface MappingFunction<F extends Item<?>,T extends Item<?>>
It maps an item of class F to a sequence of items of class T, returned as an iterator.
Modifier and Type | Method and Description |
---|---|
SequenceIterator<? extends T> |
map(F item)
Map one item to a sequence.
|
SequenceIterator<? extends T> map(F item) throws XPathException
item
- The item to be mapped.XPathException
- if a dynamic error occursCopyright (c) 2004-2020 Saxonica Limited. All rights reserved.