Class AllXMLSettings

java.lang.Object
org.eclipse.lemminx.settings.AllXMLSettings

public class AllXMLSettings extends Object
Represents all settings under the 'xml' key { 'xml': {...} }
  • Constructor Details

    • AllXMLSettings

      public AllXMLSettings()
  • Method Details

    • getXml

      public Object getXml()
      Returns:
      the xml
    • setXml

      public void setXml(Object xml)
      Parameters:
      xml - the xml to set
    • getAllXMLSettings

      public static Object getAllXMLSettings(Object initializationOptionsSettings)