Click or drag to resize

NestedNamespaceMapper.AddNamespace 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: System.String
Prefix.
uri
Type: System.Uri
Namespace URI.

Implements

INamespaceMapper.AddNamespace(String, Uri)
See Also