Class XMLDownloadExternalResourcesSettings

java.lang.Object
org.eclipse.lemminx.extensions.contentmodel.settings.XMLDownloadExternalResourcesSettings

public class XMLDownloadExternalResourcesSettings extends Object
XML download external resources settings.
  • Constructor Details

    • XMLDownloadExternalResourcesSettings

      public XMLDownloadExternalResourcesSettings()
  • Method Details

    • setEnabled

      public void setEnabled(boolean enabled)
    • isEnabled

      public boolean isEnabled()
      Returns true if the external resources can be downloaded and false otherwise. An external resource can be declared with:
      • DOCTYPE SYSTEM
      • <!ENTITY SYSTEM
      • xml-model/@href
      • xsi:noNamespaceSchemaLocation
      • xsi:chemaLocation
      • xs:include|xs:import/@schemaLocation
      Returns:
      true if the external resources can be downloaded and false otherwise.