Mono Class Library: System.Xml NamespaceSystem.Xml.XmlNamespaceManager Class |
See Also: XmlNamespaceManager Members
|
All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.
This class stores prefixes and namespaces as unique string objects.
System.Xml.XmlNamespaceManager assumes all prefixes and namespaces are valid.
If the prefix and namespace already exist within the current scope, they will replace the existing prefix/namespace combination. The same prefix and namespace combination can exist across different scopes.
The following prefix/namespace pairs are added by default to the System.Xml.XmlNamespaceManager. They can be determined at any scope.
[Edit]
Prefix Namespace xmlns http://www.w3.org/2000/xmlns/ (the xmlns prefix namespace) xml http://www.w3.org/XML/1998/namespace (The XML namespace) string.Empty string.Empty. The empty namespace can be reassigned a different prefix. For example, xmlns="" defines the default namespace to be the empty namespace.
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0