Click or drag to resize

ToolsResolveQName Method (String, INamespaceMapper, Uri)

Resolves a QName into a Uri using the Namespace Mapper and Base Uri provided.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static string ResolveQName(
	string qname,
	INamespaceMapper nsmap,
	Uri baseUri
)

Parameters

qname
Type: SystemString
QName to resolve.
nsmap
Type: VDS.RDFINamespaceMapper
Namespace Map to resolve against.
baseUri
Type: SystemUri
Base Uri to resolve against.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Tools.ResolveQName(System.String,VDS.RDF.INamespaceMapper,System.Uri)"]

See Also