XmlNamespaceManager
Resolves, adds, and removes namespaces to a collection and provides scope management for these namespaces.
Gets the namespace URI for the default namespace.
Gets the XmlNameTable associated with this object.
Initializes a new instance of the XmlNamespaceManager class with the specified XmlNameTable.
Adds the given namespace to the collection.
Returns an enumerator to use to iterate through the namespaces in the XmlNamespaceManager.
Gets a collection of namespace names keyed by prefix which can be used to enumerate the namespaces currently in scope.
Gets a value indicating whether the supplied prefix has a namespace defined for the current pushed scope.
Gets the namespace URI for the specified prefix.
Finds the prefix declared for the given namespace URI.
Pops a namespace scope off the stack.
Pushes a namespace scope onto the stack.
Removes the given namespace for the given prefix.