IExternalResourceResolver class

IExternalResourceResolver class

Callback interface used to resolve external resources during Html, Svg documents import.

The IExternalResourceResolver type exposes the following members:

Methods

MethodDescription
resolve_uri(self, base_uri, relative_uri)Resolves the absolute URI from the base and relative URIs.
get_entity(self, absolute_uri)Maps a URI to an object containing the actual resource.

See Also