Interface ItemMappingFunction<F extends Item<?>,​T extends Item<?>>

    • Method Detail

      • mapItem

        T mapItem​(F item)
           throws XPathException
        Map one item to another item.
        Parameters:
        item - The input item to be mapped.
        Returns:
        either the output item, or null.
        Throws:
        XPathException - if a dynamic error occurs