Class XMLDownloadExternalResourcesSettings
java.lang.Object
org.eclipse.lemminx.extensions.contentmodel.settings.XMLDownloadExternalResourcesSettings
XML download external resources settings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if the external resources can be downloaded and false otherwise.voidsetEnabled(boolean enabled)
-
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.
-