Click or drag to resize

NestedNamespaceMapperAddNamespace Method

Adds a Namespace at the Current Nesting Level.

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

Parameters

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

Implements

INamespaceMapperAddNamespace(String, Uri)
See Also