INestedNamespaceMapper Interface |
Namespace: VDS.RDF
The INestedNamespaceMapper type exposes the following members.
Name | Description | |
---|---|---|
NestingLevel |
Gets the current Nesting Level.
| |
Prefixes |
Gets a Enumeratorion of all the Prefixes.
(Inherited from INamespaceMapper.) |
Name | Description | |
---|---|---|
AddNamespace |
Adds a Namespace to the Namespace Map.
(Inherited from INamespaceMapper.) | |
Clear |
Clears the Namespace Map.
(Inherited from INamespaceMapper.) | |
DecrementNesting |
Decrements the Nesting Level.
| |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
GetNamespaceUri |
Returns the Namespace URI associated with the given Prefix.
(Inherited from INamespaceMapper.) | |
GetNestingLevel |
Gets the Nesting Level at which the given Namespace is definition is defined.
| |
GetPrefix |
Returns the Prefix associated with the given Namespace URI.
(Inherited from INamespaceMapper.) | |
HasNamespace |
Method which checks whether a given Namespace Prefix is defined.
(Inherited from INamespaceMapper.) | |
Import |
Imports the contents of another Namespace Map into this Namespace Map.
(Inherited from INamespaceMapper.) | |
IncrementNesting |
Increments the Nesting Level.
| |
ReduceToQName |
A Function which attempts to reduce a Uri to a QName.
(Inherited from INamespaceMapper.) | |
RemoveNamespace |
Removes a Namespace from the Namespace Map.
(Inherited from INamespaceMapper.) |
Name | Description | |
---|---|---|
NamespaceAdded |
Event which is raised when a Namespace is Added
(Inherited from INamespaceMapper.) | |
NamespaceModified |
Event which is raised when a Namespace is Modified
(Inherited from INamespaceMapper.) | |
NamespaceRemoved |
Event which is raised when a Namespace is Removed
(Inherited from INamespaceMapper.) |