Click or drag to resize

NestedNamespaceMapperHasNamespace Method

Gets whether the given Namespace exists.

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

Parameters

prefix
Type: SystemString
Prefix.

Return Value

Type: Boolean

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

Implements

INamespaceMapperHasNamespace(String)
See Also