public interface ItemMappingFunction<F extends Item<?>,T extends Item<?>>
The interface is generic, paramterized by F (from) the input item type, and T (to), the output item type
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 occursCopyright (c) 2004-2020 Saxonica Limited. All rights reserved.