Click or drag to resize
IUriResolverresolve Method
Public API of XMLmind XSL-FO Converter for .NET
Resolves a URI.

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
Uri resolve(
	string spec,
	Uri context
)

Parameters

spec
Type: SystemString
The URI specification.
context
Type: SystemUri
The input source URI, or null if unknown.

Return Value

Type: Uri
The resolved URI, or null if it cannot be resolved.
Remarks
The conversion engine calls this method to resolve URIs in attribute values. This method is invoked whether the URI is absolute or relative.
See Also