ThreadSafeQNameOutputMapper Class |
Namespace: VDS.RDF
The ThreadSafeQNameOutputMapper type exposes the following members.
| Name | Description | |
|---|---|---|
| ThreadSafeQNameOutputMapper |
Creates a new Thread Safe QName Output Mapper.
|
| Name | Description | |
|---|---|---|
| Prefixes |
Gets a Enumerator of all the Prefixes.
(Inherited from NamespaceMapper.) |
| Name | Description | |
|---|---|---|
| AddNamespace |
Adds a Namespace to the QName Output Mapper.
(Overrides NamespaceMapperAddNamespace(String, Uri).) | |
| AddToCache |
Adds a QName Mapping to the Cache in a Thread Safe way.
(Overrides QNameOutputMapperAddToCache(String, QNameMapping).) | |
| Clear |
Clears the Namespace Map.
(Inherited from NamespaceMapper.) | |
| Dispose |
Disposes of a Namespace Map.
(Inherited from NamespaceMapper.) | |
| 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 |
Returns the Namespace URI associated with the given Prefix.
(Inherited from NamespaceMapper.) | |
| GetPrefix |
Returns the Prefix associated with the given Namespace URI.
(Inherited from NamespaceMapper.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasNamespace(String) |
Method which checks whether a given Namespace Prefix is defined.
(Inherited from NamespaceMapper.) | |
| HasNamespace(Uri) |
Method which checks whether a given Namespace is defined.
(Inherited from NamespaceMapper.) | |
| Import |
Imports the contents of another Namespace Map into this Namespace Map.
(Inherited from NamespaceMapper.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnNamespaceAdded |
Internal Helper for the NamespaceAdded Event which raises it only when a Handler is registered.
(Inherited from NamespaceMapper.) | |
| OnNamespaceModified |
Internal Helper for the NamespaceModified Event which raises it only when a Handler is registered.
(Inherited from NamespaceMapper.) | |
| OnNamespaceRemoved |
Internal Helper for the NamespaceRemoved Event which raises it only when a Handler is registered.
(Inherited from NamespaceMapper.) | |
| ReduceToQName(String, String) |
A Function which attempts to reduce a Uri to a QName.
(Inherited from QNameOutputMapper.) | |
| ReduceToQName(String, String, String) |
A Function which attempts to reduce a Uri to a QName and issues a Temporary Namespace if required.
(Inherited from QNameOutputMapper.) | |
| RemoveNamespace |
Removes a Namespace from the NamespaceMapper.
(Inherited from NamespaceMapper.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| NamespaceAdded |
Event which is raised when a Namespace is Added
(Inherited from NamespaceMapper.) | |
| NamespaceModified |
Event which is raised when a Namespace is Modified
(Inherited from NamespaceMapper.) | |
| NamespaceRemoved |
Event which is raised when a Namespace is Removed
(Inherited from NamespaceMapper.) |
| Name | Description | |
|---|---|---|
| _mapping |
Mapping of URIs to QNames.
(Inherited from QNameOutputMapper.) | |
| _nextNamespaceID |
Next available Temporary Namespace ID.
(Inherited from QNameOutputMapper.) | |
| _prefixes |
Mapping of URIs to Prefixes.
(Inherited from NamespaceMapper.) | |
| _uris |
Mapping of Prefixes to URIs.
(Inherited from NamespaceMapper.) |