Module com.github.weisj.jsvg
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.ExternalDocumentPolicy
Allow external documents to be loaded relative to the base document.static final ElementLoader.ExternalDocumentPolicy
Deny loading of external documents. -
Method Summary
Modifier and TypeMethodDescription@Nullable URI
resolveDocumentURI
(@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
-