public interface ItemMappingFunction<F extends Item,T extends Item>
Modifier and Type | Method and 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