Package net.sf.saxon.functions
Class IntegratedFunctionCall.ConfigurationCheckingFunction
java.lang.Object
net.sf.saxon.functions.IntegratedFunctionCall.ConfigurationCheckingFunction
- All Implemented Interfaces:
ItemMappingFunction
- Enclosing class:
IntegratedFunctionCall
public static class IntegratedFunctionCall.ConfigurationCheckingFunction
extends Object
implements ItemMappingFunction
This class checks that NodeInfo objects returned by an extension function were created
under the right Configuration
-
Constructor Details
-
Method Details
-
mapItem
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
-