Click or drag to resize

INestedNamespaceMapper Interface

A Namespace Mapper which has an explicit notion of Nesting.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface INestedNamespaceMapper : INamespaceMapper, 
	IDisposable

The INestedNamespaceMapper type exposes the following members.

Properties
  NameDescription
Public propertyNestingLevel
Gets the current Nesting Level.
Public propertyPrefixes
Gets a Enumeratorion of all the Prefixes.
(Inherited from INamespaceMapper.)
Top
Methods
  NameDescription
Public methodAddNamespace
Adds a Namespace to the Namespace Map.
(Inherited from INamespaceMapper.)
Public methodClear
Clears the Namespace Map.
(Inherited from INamespaceMapper.)
Public methodDecrementNesting
Decrements the Nesting Level.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetNamespaceUri
Returns the Namespace URI associated with the given Prefix.
(Inherited from INamespaceMapper.)
Public methodGetNestingLevel
Gets the Nesting Level at which the given Namespace is definition is defined.
Public methodGetPrefix
Returns the Prefix associated with the given Namespace URI.
(Inherited from INamespaceMapper.)
Public methodHasNamespace
Method which checks whether a given Namespace Prefix is defined.
(Inherited from INamespaceMapper.)
Public methodImport
Imports the contents of another Namespace Map into this Namespace Map.
(Inherited from INamespaceMapper.)
Public methodIncrementNesting
Increments the Nesting Level.
Public methodReduceToQName
A Function which attempts to reduce a Uri to a QName.
(Inherited from INamespaceMapper.)
Public methodRemoveNamespace
Removes a Namespace from the Namespace Map.
(Inherited from INamespaceMapper.)
Top
Events
  NameDescription
Public eventNamespaceAdded
Event which is raised when a Namespace is Added
(Inherited from INamespaceMapper.)
Public eventNamespaceModified
Event which is raised when a Namespace is Modified
(Inherited from INamespaceMapper.)
Public eventNamespaceRemoved
Event which is raised when a Namespace is Removed
(Inherited from INamespaceMapper.)
Top
See Also