Public API of XMLmind XSL-FO Converter for .NET
A URI resolver.
Namespace: XmlMind.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax public interface IUriResolver
Public Interface IUriResolver
public interface class IUriResolver
The IUriResolver type exposes the following members.
Methods 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