AtomicSequenceConverter.AtomicSequenceMappingFunction, AtomicSequenceConverter.ToStringMappingFunction, EmptyTextNodeRemover, ForExpression.MappingAction, ItemTypeCheckingFunction, KeyFn.SubtreeFilterpublic interface ItemMappingFunction<F extends Item,T extends Item>
| Modifier and Type | Method | Description |
|---|---|---|
T |
mapItem(F item) |
Map one item to another item.
|
T mapItem(F item) throws XPathException
item - The input item to be mapped.XPathException - if a dynamic error occurs