Class XMLDownloadExternalResourcesSettings


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

      • XMLDownloadExternalResourcesSettings

        public XMLDownloadExternalResourcesSettings()
    • 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.