HtmlExternalResolver
HtmlExternalResolver class
Callback object used by HTML import routine to obtain referrenced objects such as images.
The HtmlExternalResolver type exposes the following members:
Constructors
Name | Description |
---|
HtmlExternalResolver() | Initializes a new instance of the HtmlExternalResolver class |
Properties
Name | Description |
---|
as_i_external_resource_resolver | Returns IExternalResourceResolver interface. |
Methods
Name | Description |
---|
resolve_uri(base_uri, relative_uri) | Resolves the absolute URI from the base and relative URIs. |
get_entity(absolute_uri) | Maps a URI to an object containing the actual resource. |
See Also