Class XMLDownloadExternalResourcesSettings
- java.lang.Object
-
- org.eclipse.lemminx.extensions.contentmodel.settings.XMLDownloadExternalResourcesSettings
-
public class XMLDownloadExternalResourcesSettings extends Object
XML download external resources settings.
-
-
Constructor Summary
Constructors Constructor Description XMLDownloadExternalResourcesSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEnabled()Returns true if the external resources can be downloaded and false otherwise.voidsetEnabled(boolean enabled)
-
-
-
Method Detail
-
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
- xml-model/@href
- xsi:noNamespaceSchemaLocation
- xsi:chemaLocation
- xs:include|xs:import/@schemaLocation
- Returns:
- true if the external resources can be downloaded and false otherwise.
-
-