Uses of Interface
org.eclipse.lemminx.client.IXMLSettingFeature
Packages that use IXMLSettingFeature
-
Uses of IXMLSettingFeature in org.eclipse.lemminx.client
Classes in org.eclipse.lemminx.client that implement IXMLSettingFeatureModifier and TypeClassDescriptionenumFeatures that are associated with some limit For example, document symbols have a maximum limit for performance reasonsenumFeatures that are associated with filePaths For example, XML catalog support is associated with XML catalog filePathsFields in org.eclipse.lemminx.client with type parameters of type IXMLSettingFeatureModifier and TypeFieldDescriptionprotected final Map<IXMLSettingFeature,Set<String>> AbstractXMLNotifier.cacheMethods in org.eclipse.lemminx.client with parameters of type IXMLSettingFeatureModifier and TypeMethodDescriptionvoidAbstractXMLNotifier.addToCache(IXMLSettingFeature key, String value) Addsvalueto the cache set identified bykeyIf such cache set does not exist, this method will initialize it withvalueaddedvoidAbstractXMLNotifier.evictKey(IXMLSettingFeature key) Evicts the set identified by the provided key, from the cachebooleanAbstractXMLNotifier.existsInCache(IXMLSettingFeature key, String value) Returns true ifvalueexists in the cache set identified bykeyand false otherwisebooleanAbstractXMLNotifier.existsInCache(IXMLSettingFeature key, Set<String> values) Returns true ifvaluesis equal to the cache set identified bykeyand false otherwisevoidAbstractXMLNotifier.setCacheValues(IXMLSettingFeature key, Set<String> values) Sets the cache set identified bykey