dotNetRDF API Documentation

INamespaceMapper Interface

Interface for Namespace Maps which provide mappings between Namespace Prefixes and Namespace URIs

For a list of all members of this type, see INamespaceMapper Members .

public interface INamespaceMapper : IDisposable

Types that implement INamespaceMapper

Type Description
NamespaceMapper Class for representing Mappings between Prefixes and Namespace URIs
NestedNamespaceMapper A Namespace Mapper which has an explicit notion of Nesting
QNameOutputMapper Class for representing Mappings from URIs to QNames
ThreadSafeQNameOutputMapper Thread Safe version of the QNameOutputMapper

Requirements

Namespace: VDS.RDF

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

INamespaceMapper Members | VDS.RDF Namespace