Class XMLModelDTDValidatorFactory
- java.lang.Object
-
- org.eclipse.lemminx.extensions.dtd.xmlmodel.XMLModelDTDValidatorFactory
-
- All Implemented Interfaces:
XMLModelValidatorFactory
public class XMLModelDTDValidatorFactory extends Object implements XMLModelValidatorFactory
XMLModelValidatorFactoryfor DTD.- Author:
- Angelo ZERR
-
-
Constructor Summary
Constructors Constructor Description XMLModelDTDValidatorFactory()
-
Method Summary
All Methods Instance Methods Concrete 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
public XMLModelValidator createValidator(XMLModelDeclaration modelDeclaration)
Description copied from interface:XMLModelValidatorFactoryCreate anXMLModelValidatorinstance if the XML model declaration is applicable for the factory and null otherwise.- Specified by:
createValidatorin interfaceXMLModelValidatorFactory- 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.
-
-