Interface XMLModelValidatorFactory

    • Method Detail

      • createValidator

        XMLModelValidator createValidator​(XMLModelDeclaration modelDeclaration)
        Create an XMLModelValidator instance if the XML model declaration is applicable for the factory and null otherwise.
        Parameters:
        modelDeclaration - the XML model declaration which host href, type, shematypens.
        Returns:
        an XMLModelValidator instance if the XML model declaration is applicable for the factory and null otherwise.