Click or drag to resize

NestedNamespaceMapper.GetNestingLevel 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: System.String
Prefix.

Return Value

Type: Int32

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

Implements

INestedNamespaceMapper.GetNestingLevel(String)
See Also