Class XMLModelSchemaValidatorFactory
- java.lang.Object
-
- org.eclipse.lemminx.extensions.xsd.xmlmodel.XMLModelSchemaValidatorFactory
-
- All Implemented Interfaces:
XMLModelValidatorFactory
public class XMLModelSchemaValidatorFactory extends Object implements XMLModelValidatorFactory
XMLModelValidatorFactoryfor XSD.- Author:
- Angelo ZERR
-
-
Constructor Summary
Constructors Constructor Description XMLModelSchemaValidatorFactory()
-
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.
-
-