Interface XMLModelValidatorFactory
-
- All Known Implementing Classes:
XMLModelDTDValidatorFactory,XMLModelRelaxNGValidatorFactory,XMLModelSchemaValidatorFactory
public interface XMLModelValidatorFactoryXMLValidatorfactory API.- Author:
- Angelo ZERR
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XMLModelValidatorcreateValidator(XMLModelDeclaration modelDeclaration)Create anXMLModelValidatorinstance if the XML model declaration is applicable for the factory and null otherwise.
-
-
-
Method Detail
-
createValidator
XMLModelValidator createValidator(XMLModelDeclaration modelDeclaration)
Create anXMLModelValidatorinstance 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
XMLModelValidatorinstance if the XML model declaration is applicable for the factory and null otherwise.
-
-