@Deprecated public class HtmlExternalResolver extends java.lang.Object implements IHtmlExternalResolver
Callback object used by HTML import routine to obtain referrenced objects such as images.
| Constructor and Description |
|---|
HtmlExternalResolver()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getEntity(java.lang.String absoluteUri)
Deprecated.
Maps a URI to an object containing the actual resource.
|
java.lang.String |
resolveUri(java.lang.String baseUri,
java.lang.String relativeUri)
Deprecated.
Resolves the absolute URI from the base and relative URIs.
|
public java.lang.String resolveUri(java.lang.String baseUri,
java.lang.String relativeUri)
Resolves the absolute URI from the base and relative URIs.
resolveUri in interface IExternalResourceResolverbaseUri - Base URI of linking objectsrelativeUri - Relative URI to the linked object.public java.io.InputStream getEntity(java.lang.String absoluteUri)
Maps a URI to an object containing the actual resource.
getEntity in interface IExternalResourceResolverabsoluteUri - Absolute URI to the object.InputStream object or null if resource cannot be streamed.Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.