IHtmlExternalResolver

IHtmlExternalResolver class

Callback interface used by HTML import routine to obtain referrenced objects such as images.

The IHtmlExternalResolver type exposes the following members:

Properties

NameDescription
as_i_external_resource_resolverReturns IExternalResourceResolver interface.

Methods

NameDescription
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