Atomizer.AtomizingFunction
, ForExpression.MappingAction
public interface MappingFunction<F extends Item,T extends Item>
Modifier and Type | Method | 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