public interface MappingFunction<F extends Item,T extends Item>
| 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-2013 Saxonica Limited. All rights reserved.