IUriResolverresolve Method |
Public API of XMLmind XSL-FO Converter for .NET
Resolves a URI.
Namespace: XmlMind.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax Uri resolve(
string spec,
Uri context
)
Function resolve (
spec As String,
context As Uri
) As Uri
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:
UriThe 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