Package net.sf.saxon.functions.hof
Class FunctionSequenceCoercer.Coercer
java.lang.Object
net.sf.saxon.functions.hof.FunctionSequenceCoercer.Coercer
- All Implemented Interfaces:
ItemMappingFunction
- Enclosing class:
FunctionSequenceCoercer
-
Constructor Summary
ConstructorsConstructorDescriptionCoercer
(SpecificFunctionType requiredItemType, Configuration config, Location locator, boolean allow40) -
Method Summary
-
Constructor Details
-
Coercer
public Coercer(SpecificFunctionType requiredItemType, Configuration config, Location locator, boolean allow40)
-
-
Method Details
-
mapItem
Description copied from interface:ItemMappingFunction
Map one item to another item.- Specified by:
mapItem
in interfaceItemMappingFunction
- Parameters:
item
- The input item to be mapped.- Returns:
- either the output item, or null.
- Throws:
XPathException
- if a dynamic error occurs
-