Interface XMLModelValidatorFactory
- All Known Implementing Classes:
XMLModelDTDValidatorFactory,XMLModelRelaxNGValidatorFactory,XMLModelSchemaValidatorFactory
public interface XMLModelValidatorFactory
XMLValidator factory API.- Author:
- Angelo ZERR
-
Method Summary
Modifier and TypeMethodDescriptioncreateValidator(XMLModelDeclaration modelDeclaration) Create anXMLModelValidatorinstance if the XML model declaration is applicable for the factory and null otherwise.
-
Method Details
-
createValidator
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.
-