Uses of Interface
org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelValidator
Packages that use XMLModelValidator
Package
Description
-
Uses of XMLModelValidator in org.eclipse.lemminx.extensions.dtd.xmlmodel
Classes in org.eclipse.lemminx.extensions.dtd.xmlmodel that implement XMLModelValidatorModifier and TypeClassDescriptionclassXML model validator which process validation with DTD:Methods in org.eclipse.lemminx.extensions.dtd.xmlmodel that return XMLModelValidatorModifier and TypeMethodDescriptionXMLModelDTDValidatorFactory.createValidator(XMLModelDeclaration modelDeclaration) -
Uses of XMLModelValidator in org.eclipse.lemminx.extensions.relaxng.xmlmodel
Classes in org.eclipse.lemminx.extensions.relaxng.xmlmodel that implement XMLModelValidatorModifier and TypeClassDescriptionclassXML model validator which process validation with RelaxNG:Methods in org.eclipse.lemminx.extensions.relaxng.xmlmodel that return XMLModelValidatorModifier and TypeMethodDescriptionXMLModelRelaxNGValidatorFactory.createValidator(XMLModelDeclaration modelDeclaration) -
Uses of XMLModelValidator in org.eclipse.lemminx.extensions.xerces.xmlmodel
Methods in org.eclipse.lemminx.extensions.xerces.xmlmodel that return XMLModelValidatorModifier and TypeMethodDescriptionXMLModelValidatorFactory.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 XMLModelValidatorModifier and TypeClassDescriptionclassXML model validator which process validation with XML Schema:Methods in org.eclipse.lemminx.extensions.xsd.xmlmodel that return XMLModelValidatorModifier and TypeMethodDescriptionXMLModelSchemaValidatorFactory.createValidator(XMLModelDeclaration modelDeclaration)