NestedNamespaceMapper Class |
Namespace: VDS.RDF
The NestedNamespaceMapper type exposes the following members.
| Name | Description | |
|---|---|---|
| NestedNamespaceMapper |
Constructs a new Namespace Map.
| |
| NestedNamespaceMapper(Boolean) |
Constructs a new Namespace Map which is optionally empty.
|
| Name | Description | |
|---|---|---|
| NestingLevel |
Gets the current Nesting Level.
| |
| Prefixes |
Gets the Namespace Prefixes.
|
| Name | Description | |
|---|---|---|
| AddNamespace |
Adds a Namespace at the Current Nesting Level.
| |
| Clear |
Clears the Namespace Map.
| |
| DecrementNesting |
Decrements the Nesting Level.
| |
| Dispose |
Disposes of the Namespace Map.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetNamespaceUri |
Gets the Namespace URI for the given Prefix at the current Nesting Level.
| |
| GetNestingLevel |
Gets the Nesting Level at which the given Namespace is definition is defined.
| |
| GetPrefix |
Gets the Namespace Prefix for the given URI at the current Nesting Level.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasNamespace |
Gets whether the given Namespace exists.
| |
| Import |
Imports another Namespace Map into this one.
| |
| IncrementNesting |
Increments the Nesting Level.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnNamespaceRemoved |
Internal Helper for the NamespaceRemoved Event which raises it only when a Handler is registered.
| |
| RaiseNamespaceAdded |
Internal Helper for the NamespaceAdded Event which raises it only when a Handler is registered.
| |
| RaiseNamespaceModified |
Internal Helper for the NamespaceModified Event which raises it only when a Handler is registered.
| |
| ReduceToQName |
Tries to reduce a URI to a QName using this Namespace Map.
| |
| RemoveNamespace |
Removes a Namespace provided that Namespace is defined on the current Nesting Level.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| NamespaceAdded |
Event which occurs when a Namespace is added
| |
| NamespaceModified |
Event which occurs when a Namespace is modified
| |
| NamespaceRemoved |
Event which occurs when a Namespace is removed
|