Click or drag to resize

NamespaceMapper Methods

The NamespaceMapper type exposes the following members.

Methods
  NameDescription
Public methodAddNamespace
Adds a Namespace to the Namespace Map.
Public methodClear
Clears the Namespace Map.
Public methodDispose
Disposes of a Namespace Map.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetNamespaceUri
Returns the Namespace URI associated with the given Prefix.
Public methodGetPrefix
Returns the Prefix associated with the given Namespace URI.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasNamespace(String)
Method which checks whether a given Namespace Prefix is defined.
Public methodHasNamespace(Uri)
Method which checks whether a given Namespace is defined.
Public methodImport
Imports the contents of another Namespace Map into this Namespace Map.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnNamespaceAdded
Internal Helper for the NamespaceAdded Event which raises it only when a Handler is registered.
Protected methodOnNamespaceModified
Internal Helper for the NamespaceModified Event which raises it only when a Handler is registered.
Protected methodOnNamespaceRemoved
Internal Helper for the NamespaceRemoved Event which raises it only when a Handler is registered.
Public methodReduceToQName
A Function which attempts to reduce a Uri to a QName.
Public methodRemoveNamespace
Removes a Namespace from the NamespaceMapper.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also