Click or drag to resize
IUriResolver Interface
Public API of XMLmind XSL-FO Converter for .NET
A URI resolver.

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
public interface IUriResolver

The IUriResolver type exposes the following members.

Methods
  NameDescription
Public methodresolve
Resolves a URI.
Top
Remarks
This interface is used by the Converter class to resolve URIs in attribute values (typically the src attribute of the external-graphic element). The Converter class provides a default implementation that may be overridden using the SetUriResolver method. In the default implementation URI specifications that do not denote an absolute location are considered relative to the input soure URI, unless the BaseUrl property is set.
See Also