Package com.github.weisj.jsvg.parser
Interface ElementLoader.ExternalDocumentPolicy
- Enclosing interface:
- ElementLoader
@Experimental
public static interface ElementLoader.ExternalDocumentPolicy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ElementLoader.ExternalDocumentPolicyAllow external documents to be loaded relative to the base document.static final ElementLoader.ExternalDocumentPolicyDeny loading of external documents. -
Method Summary
Modifier and TypeMethodDescription@Nullable URIresolveDocumentURI(@NotNull URI baseDocumentUri, @NotNull String documentPath)
-
Field Details
-
DENY
Deny loading of external documents. -
ALLOW_RELATIVE
Allow external documents to be loaded relative to the base document.
-
-
Method Details
-
resolveDocumentURI
-