Click or drag to resize

ThreadSafeQNameOutputMapperAddNamespace Method

Adds a Namespace to the QName Output Mapper.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override void AddNamespace(
	string prefix,
	Uri uri
)

Parameters

prefix
Type: SystemString
Prefix.
uri
Type: SystemUri
Namespace URI.

Implements

INamespaceMapperAddNamespace(String, Uri)
See Also