public abstract class CompiledItemMappingFunction extends java.lang.Object implements ItemMappingFunction
Constructor and Description |
---|
CompiledItemMappingFunction() |
Modifier and Type | Method and Description |
---|---|
abstract Item |
mapItem(Item item)
Map one item to another item.
|
public abstract Item mapItem(Item item) throws XPathException
ItemMappingFunction
mapItem
in interface ItemMappingFunction
item
- The input item to be mapped.XPathException
- if a dynamic error occursCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.