Uses of Interface
org.eclipse.lemminx.services.IXMLValidationService
-
Packages that use IXMLValidationService Package Description org.eclipse.lemminx org.eclipse.lemminx.extensions.contentmodel.commands org.eclipse.lemminx.services.extensions -
-
Uses of IXMLValidationService in org.eclipse.lemminx
Classes in org.eclipse.lemminx that implement IXMLValidationService Modifier and Type Class Description classXMLLanguageServerXML language server. -
Uses of IXMLValidationService in org.eclipse.lemminx.extensions.contentmodel.commands
Constructors in org.eclipse.lemminx.extensions.contentmodel.commands with parameters of type IXMLValidationService Constructor Description XMLValidationAllFilesCommand(ContentModelManager contentModelManager, IXMLDocumentProvider documentProvider, IXMLValidationService validationService)XMLValidationFileCommand(ContentModelManager contentModelManager, IXMLDocumentProvider documentProvider, IXMLValidationService validationService) -
Uses of IXMLValidationService in org.eclipse.lemminx.services.extensions
Methods in org.eclipse.lemminx.services.extensions that return IXMLValidationService Modifier and Type Method Description IXMLValidationServiceXMLExtensionsRegistry. getValidationService()Returns the XML document validation serviceMethods in org.eclipse.lemminx.services.extensions with parameters of type IXMLValidationService Modifier and Type Method Description voidXMLExtensionsRegistry. setValidationService(IXMLValidationService validationService)Sets the XML document validation service
-