public interface IExternalResourceResolver
Callback interface used to resolve external resources during Html, Svg documents import.
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getEntity(java.lang.String absoluteUri)
Maps a URI to an object containing the actual resource.
|
java.lang.String |
resolveUri(java.lang.String baseUri,
java.lang.String relativeUri)
Resolves the absolute URI from the base and relative URIs.
|
java.lang.String resolveUri(java.lang.String baseUri,
java.lang.String relativeUri)
Resolves the absolute URI from the base and relative URIs.
baseUri - Base URI of linking objectsrelativeUri - Relative URI to the linked object.java.io.InputStream getEntity(java.lang.String absoluteUri)
Maps a URI to an object containing the actual resource.
absoluteUri - Absolute URI to the object.InputStream object or null if resource cannot be streamed.Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.