Uses of Interface
org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelValidator
-
-
Uses of XMLModelValidator in org.eclipse.lemminx.extensions.dtd.xmlmodel
Classes in org.eclipse.lemminx.extensions.dtd.xmlmodel that implement XMLModelValidator Modifier and Type Class Description classXMLModelDTDValidatorXML model validator which process validation with DTD:Methods in org.eclipse.lemminx.extensions.dtd.xmlmodel that return XMLModelValidator Modifier and Type Method Description XMLModelValidatorXMLModelDTDValidatorFactory. createValidator(XMLModelDeclaration modelDeclaration) -
Uses of XMLModelValidator in org.eclipse.lemminx.extensions.relaxng.xmlmodel
Classes in org.eclipse.lemminx.extensions.relaxng.xmlmodel that implement XMLModelValidator Modifier and Type Class Description classXMLModelRelaxNGValidatorXML model validator which process validation with RelaxNG:Methods in org.eclipse.lemminx.extensions.relaxng.xmlmodel that return XMLModelValidator Modifier and Type Method Description XMLModelValidatorXMLModelRelaxNGValidatorFactory. createValidator(XMLModelDeclaration modelDeclaration) -
Uses of XMLModelValidator in org.eclipse.lemminx.extensions.xerces.xmlmodel
Methods in org.eclipse.lemminx.extensions.xerces.xmlmodel that return XMLModelValidator Modifier and Type Method Description XMLModelValidatorXMLModelValidatorFactory. createValidator(XMLModelDeclaration modelDeclaration)Create anXMLModelValidatorinstance if the XML model declaration is applicable for the factory and null otherwise. -
Uses of XMLModelValidator in org.eclipse.lemminx.extensions.xsd.xmlmodel
Classes in org.eclipse.lemminx.extensions.xsd.xmlmodel that implement XMLModelValidator Modifier and Type Class Description classXMLModelSchemaValidatorXML model validator which process validation with XML Schema:Methods in org.eclipse.lemminx.extensions.xsd.xmlmodel that return XMLModelValidator Modifier and Type Method Description XMLModelValidatorXMLModelSchemaValidatorFactory. createValidator(XMLModelDeclaration modelDeclaration)
-