public static class FunctionSequenceCoercer.Coercer extends java.lang.Object implements ItemMappingFunction<Item<?>,Function>
| Constructor and Description |
|---|
Coercer(SpecificFunctionType requiredItemType,
Configuration config,
Location locator) |
| Modifier and Type | Method and Description |
|---|---|
Function |
mapItem(Item<?> item)
Map one item to another item.
|
public Coercer(SpecificFunctionType requiredItemType, Configuration config, Location locator)
public Function mapItem(Item<?> item) throws XPathException
ItemMappingFunctionmapItem in interface ItemMappingFunction<Item<?>,Function>item - The input item to be mapped.XPathException - if a dynamic error occursCopyright (c) 2004-2020 Saxonica Limited. All rights reserved.