Click or drag to resize

NamespaceMapperRemoveNamespace Method

Removes a Namespace from the NamespaceMapper.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual void RemoveNamespace(
	string prefix
)

Parameters

prefix
Type: SystemString
Namespace Prefix of the Namespace to remove.

Implements

INamespaceMapperRemoveNamespace(String)
See Also