INamespaceMapper Interface |
Namespace: VDS.RDF
The INamespaceMapper type exposes the following members.
Name | Description | |
---|---|---|
AddNamespace |
Adds a Namespace to the Namespace Map.
| |
Clear |
Clears the Namespace Map.
| |
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.
| |
GetPrefix |
Returns the Prefix associated with the given Namespace URI.
| |
HasNamespace |
Method which checks whether a given Namespace Prefix is defined.
| |
Import |
Imports the contents of another Namespace Map into this Namespace Map.
| |
ReduceToQName |
A Function which attempts to reduce a Uri to a QName.
| |
RemoveNamespace |
Removes a Namespace from the Namespace Map.
|
Name | Description | |
---|---|---|
NamespaceAdded |
Event which is raised when a Namespace is Added
| |
NamespaceModified |
Event which is raised when a Namespace is Modified
| |
NamespaceRemoved |
Event which is raised when a Namespace is Removed
|