Click or drag to resize

INestedNamespaceMapper Methods

The INestedNamespaceMapper type exposes the following members.

Methods
  NameDescription
Public methodAddNamespace
Adds a Namespace to the Namespace Map.
(Inherited from INamespaceMapper.)
Public methodClear
Clears the Namespace Map.
(Inherited from INamespaceMapper.)
Public methodDecrementNesting
Decrements the Nesting Level.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetNamespaceUri
Returns the Namespace URI associated with the given Prefix.
(Inherited from INamespaceMapper.)
Public methodGetNestingLevel
Gets the Nesting Level at which the given Namespace is definition is defined.
Public methodGetPrefix
Returns the Prefix associated with the given Namespace URI.
(Inherited from INamespaceMapper.)
Public methodHasNamespace
Method which checks whether a given Namespace Prefix is defined.
(Inherited from INamespaceMapper.)
Public methodImport
Imports the contents of another Namespace Map into this Namespace Map.
(Inherited from INamespaceMapper.)
Public methodIncrementNesting
Increments the Nesting Level.
Public methodReduceToQName
A Function which attempts to reduce a Uri to a QName.
(Inherited from INamespaceMapper.)
Public methodRemoveNamespace
Removes a Namespace from the Namespace Map.
(Inherited from INamespaceMapper.)
Top
See Also