0 out of 5 rated this helpful - Rate this topic

XmlNamespaceManager Class

Resolves, adds, and removes namespaces to a collection and provides scope management for these namespaces.

Namespace:  System.Xml
Assembly:  System.Xml (in System.Xml.dll)
public class XmlNamespaceManager : IXmlNamespaceResolver, 
	IEnumerable

The XmlNamespaceManager type exposes the following members.

  Name Description
Public method Supported by the XNA Framework Supported by Portable Class Library XmlNamespaceManager Initializes a new instance of the XmlNamespaceManager class with the specified XmlNameTable.
Top
  Name Description
Public property Supported by the XNA Framework Supported by Portable Class Library DefaultNamespace Gets the namespace URI for the default namespace.
Public property Supported by the XNA Framework Supported by Portable Class Library NameTable Gets the XmlNameTable associated with this object.
Top
  Name Description
Public method Supported by the XNA Framework Supported by Portable Class Library AddNamespace Adds the given namespace to the collection.
Public method Supported by the XNA Framework Supported by Portable Class Library Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Supported by the XNA Framework Supported by Portable Class Library Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method Supported by the XNA Framework Supported by Portable Class Library GetEnumerator Returns an enumerator to use to iterate through the namespaces in the XmlNamespaceManager.
Public method Supported by the XNA Framework Supported by Portable Class Library GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method Supported by the XNA Framework Supported by Portable Class Library GetNamespacesInScope Gets a collection of namespace names keyed by prefix which can be used to enumerate the namespaces currently in scope.
Public method Supported by the XNA Framework Supported by Portable Class Library GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Supported by the XNA Framework Supported by Portable Class Library HasNamespace Gets a value indicating whether the supplied prefix has a namespace defined for the current pushed scope.
Public method Supported by the XNA Framework Supported by Portable Class Library LookupNamespace Gets the namespace URI for the specified prefix.
Public method Supported by the XNA Framework Supported by Portable Class Library LookupPrefix Finds the prefix declared for the given namespace URI.
Protected method Supported by the XNA Framework Supported by Portable Class Library MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Supported by the XNA Framework Supported by Portable Class Library PopScope Pops a namespace scope off the stack.
Public method Supported by the XNA Framework Supported by Portable Class Library PushScope Pushes a namespace scope onto the stack.
Public method Supported by the XNA Framework Supported by Portable Class Library RemoveNamespace Removes the given namespace for the given prefix.
Public method Supported by the XNA Framework Supported by Portable Class Library ToString Returns a string that represents the current object. (Inherited from Object.)
Top
  Name Description
Public Extension Method AsParallel Enables parallelization of a query. (Defined by ParallelEnumerable.)
Public Extension Method Supported by Portable Class Library AsQueryable Converts an IEnumerable to an IQueryable. (Defined by Queryable.)
Public Extension Method Supported by the XNA Framework Supported by Portable Class Library Cast<TResult> Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.)
Public Extension Method Supported by the XNA Framework Supported by Portable Class Library OfType<TResult> Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.)
Top

XmlNamespaceManager stores prefixes and namespaces as strings.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Portable Class Library

Supported in: Portable Class Library

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ