ExternalResourceResolver

ExternalResourceResolver class

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

The ExternalResourceResolver type exposes the following members:

Constructors

NameDescription
ExternalResourceResolver()Initializes a new instance of the ExternalResourceResolver class

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