Class ItemTypeCheckingFunction

    • Constructor Detail

      • ItemTypeCheckingFunction

        public ItemTypeCheckingFunction​(ItemType requiredItemType,
                                        RoleDiagnostic role,
                                        Expression failingExpression,
                                        Configuration config)
        Create the type-checking function
        Parameters:
        requiredItemType - the item type that all items in the sequence must conform to
        role - information for error messages
        failingExpression - the location of the expression for error messages
        config - the Saxon configuration