Mono Class Library: OverviewSystem.Xml.XmlNamespaceManager: Method Members |
The methods of System.Xml.XmlNamespaceManager are listed below. For a list of all members, see the XmlNamespaceManager Members list.
See Also: Inherited members from System.Object
AddNamespace(string, string) Adds the given namespace to the collection of namespaces maintained by the current instance in XmlNamespaceManager.NameTable.GetEnumerator() : IEnumerator Provides support for iteration over the collection of namespaces maintained by the current instance.GetNamespacesInScope(XmlNamespaceScope) : IDictionary<string, string> Documentation for this section has not yet been entered.HasNamespace(string) : bool Gets a value indicating whether the supplied prefix has a namespace defined for the current pushed scope.LookupNamespace(string) : string Gets the namespace URI associated with the specified prefix.LookupPrefix(string) : string Gets the prefix associated with the given namespace URI.PopScope() : bool Pops a namespace scope off the stack.PushScope() Pushes a namespace scope onto the stack.RemoveNamespace(string, string) Removes the specified namespace associated with the specified prefix from the namespace collection maintained by the current instance.