Package com.github.weisj.jsvg.parser
Interface ExternalResourcePolicy
@Experimental
public interface ExternalResourcePolicy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExternalResourcePolicystatic final ExternalResourcePolicyAllow external resources to be loaded relative to the base document.static final ExternalResourcePolicyDeny loading of external resources. -
Method Summary
Modifier and TypeMethodDescription@Nullable URIresolveResourceURI(@Nullable URI baseDocumentUri, @NotNull String resourcePath) @Nullable URIresolveResourceURI(@Nullable URI baseDocumentUri, @NotNull URI resourceUri)
-
Field Details
-
DENY
Deny loading of external resources. -
ALLOW_RELATIVE
Allow external resources to be loaded relative to the base document. -
ALLOW_ALL
-
-
Method Details
-
resolveResourceURI
-
resolveResourceURI
-