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