Click or drag to resize

NestedNamespaceMapperGetNestingLevel Method

Gets the Nesting Level at which the given Namespace is definition is defined.

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

Parameters

prefix
Type: SystemString
Prefix.

Return Value

Type: Int32

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

Implements

INestedNamespaceMapperGetNestingLevel(String)
See Also