NamespaceMapper Class |
Namespace: VDS.RDF
The NamespaceMapper type exposes the following members.
Name | Description | |
---|---|---|
NamespaceMapper |
Constructs a new Namespace Map.
| |
NamespaceMapper(Boolean) |
Constructs a new Namespace Map which is optionally empty.
| |
NamespaceMapper(INamespaceMapper) |
Constructs a new Namespace Map which is based on an existing map.
|
Name | Description | |
---|---|---|
AddNamespace |
Adds a Namespace to the Namespace Map.
| |
Clear |
Clears the Namespace Map.
| |
Dispose |
Disposes of a 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 |
Returns the Namespace URI associated with the given Prefix.
| |
GetPrefix |
Returns the Prefix associated with the given Namespace URI.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasNamespace(String) |
Method which checks whether a given Namespace Prefix is defined.
| |
HasNamespace(Uri) |
Method which checks whether a given Namespace is defined.
| |
Import |
Imports the contents of another Namespace Map into this Namespace Map.
| |
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.
| |
OnNamespaceModified |
Internal Helper for the NamespaceModified Event which raises it only when a Handler is registered.
| |
OnNamespaceRemoved |
Internal Helper for the NamespaceRemoved Event which raises it only when a Handler is registered.
| |
ReduceToQName |
A Function which attempts to reduce a Uri to a QName.
| |
RemoveNamespace |
Removes a Namespace from the 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
| |
NamespaceModified |
Event which is raised when a Namespace is Modified
| |
NamespaceRemoved |
Event which is raised when a Namespace is Removed
|
Name | Description | |
---|---|---|
_prefixes |
Mapping of URIs to Prefixes.
| |
_uris |
Mapping of Prefixes to URIs.
| |
OWL |
Constant Uri for the OWL Namespace.
| |
RDF |
Constant Uri for the RDF Namespace.
| |
RDFS |
Constant Uri for the RDF Scheme Namespace.
| |
XMLSCHEMA |
Constant Uri for the XML Scheme Namespace.
|