public interface MappingFunction
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 |
map(Item item)
Map one item to a sequence.
|
SequenceIterator map(Item item) throws XPathException
item
- The item to be mapped.XPathException
- if a dynamic error occursCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.