Click or drag to resize

BaseParserContext.Namespaces Property

Gets the Namespace Map for the parsing context.

Namespace:  VDS.RDF.Parsing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public INestedNamespaceMapper Namespaces { get; }

Property Value

Type: INestedNamespaceMapper

Implements

IParserContext.Namespaces
See Also