Uses of Class
org.eclipse.lemminx.settings.XMLPreferences
-
Packages that use XMLPreferences Package Description org.eclipse.lemminx org.eclipse.lemminx.settings -
-
Uses of XMLPreferences in org.eclipse.lemminx
Methods in org.eclipse.lemminx that return XMLPreferences Modifier and Type Method Description XMLPreferencesXMLTextDocumentService. getPreferences()Methods in org.eclipse.lemminx with parameters of type XMLPreferences Modifier and Type Method Description voidXMLTextDocumentService. updatePreferences(XMLPreferences newPreferences) -
Uses of XMLPreferences in org.eclipse.lemminx.settings
Methods in org.eclipse.lemminx.settings that return XMLPreferences Modifier and Type Method Description XMLPreferencesSharedSettings. getPreferences()XMLPreferencesXMLGeneralClientSettings. getPreferences()Returns the XML preferencesMethods in org.eclipse.lemminx.settings with parameters of type XMLPreferences Modifier and Type Method Description voidXMLPreferences. merge(XMLPreferences newPreferences)Merges the contents ofnewPreferencesto the currentXMLPreferencesinstancevoidXMLGeneralClientSettings. setPreferences(XMLPreferences preferences)Sets the XML preferences
-