QNameOutputMapper Class |
Namespace: VDS.RDF
The QNameOutputMapper type exposes the following members.
Name | Description | |
---|---|---|
QNameOutputMapper |
Creates a new QName Output Mapper which has an empty Namespace Map.
| |
QNameOutputMapper(INamespaceMapper) |
Creates a new QName Output Mapper using the given Namespace Map.
|
Name | Description | |
---|---|---|
Prefixes |
Gets a Enumerator of all the Prefixes.
(Inherited from NamespaceMapper.) |
Name | Description | |
---|---|---|
AddNamespace |
Adds a Namespace to the Namespace Map.
(Inherited from NamespaceMapper.) | |
AddToCache |
Adds a QName mapping to the cache.
| |
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.
(Overrides NamespaceMapperReduceToQName(String, String).) | |
ReduceToQName(String, String, String) |
A Function which attempts to reduce a Uri to a QName and issues a Temporary Namespace if required.
| |
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.
| |
_nextNamespaceID |
Next available Temporary Namespace ID.
| |
_prefixes |
Mapping of URIs to Prefixes.
(Inherited from NamespaceMapper.) | |
_uris |
Mapping of Prefixes to URIs.
(Inherited from NamespaceMapper.) |