Uses of Interface
org.eclipse.lemminx.services.IXMLNotificationService
-
Packages that use IXMLNotificationService Package Description org.eclipse.lemminx org.eclipse.lemminx.client org.eclipse.lemminx.services.extensions -
-
Uses of IXMLNotificationService in org.eclipse.lemminx
Classes in org.eclipse.lemminx that implement IXMLNotificationService Modifier and Type Class Description classXMLLanguageServerXML language server. -
Uses of IXMLNotificationService in org.eclipse.lemminx.client
Constructors in org.eclipse.lemminx.client with parameters of type IXMLNotificationService Constructor Description AbstractXMLNotifier(IXMLNotificationService notificationService)InvalidPathWarner(IXMLNotificationService notificationService)LimitExceededWarner(IXMLNotificationService notificationService) -
Uses of IXMLNotificationService in org.eclipse.lemminx.services.extensions
Methods in org.eclipse.lemminx.services.extensions that return IXMLNotificationService Modifier and Type Method Description IXMLNotificationServiceXMLExtensionsRegistry. getNotificationService()Returns the notification serviceMethods in org.eclipse.lemminx.services.extensions with parameters of type IXMLNotificationService Modifier and Type Method Description voidXMLExtensionsRegistry. setNotificationService(IXMLNotificationService notificationService)Sets the notification service
-