Click or drag to resize

NamespaceMapperHasNamespace Method (String)

Method which checks whether a given Namespace Prefix is defined.

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

Parameters

prefix
Type: SystemString
Prefix to test.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.NamespaceMapper.HasNamespace(System.String)"]

Implements

INamespaceMapperHasNamespace(String)
See Also