XmlNamedNodeMap Class
Represents a collection of nodes that can be accessed by name or index.
For a list of all members of this type, see XmlNamedNodeMap Members.
System.Object
System.Xml.XmlNamedNodeMap
System.Xml.XmlAttributeCollection
[Visual Basic] Public Class XmlNamedNodeMap Implements IEnumerable [C#] public class XmlNamedNodeMap : IEnumerable [C++] public __gc class XmlNamedNodeMap : public IEnumerable [JScript] public class XmlNamedNodeMap implements IEnumerable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
XmlNamedNodeMap is returned by the following three properties.
- XmlElement.Attributes- Returns XmlAttributeCollection, a class which inherits from XmlNamedNodeMap.
- XmlDocumentType.Entities- Returns an XmlNamedNodeMap containing XmlEntity objects. The XmlNamedNodeMap is read-only.
- XmlDocumentType.Notations- Returns an XmlNamedNodeMap containing XmlNotation objects. The XmlNamedNodeMap is read-only.
Requirements
Namespace: System.Xml
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: System.Xml (in System.Xml.dll)
See Also
XmlNamedNodeMap Members | System.Xml Namespace | Accessing Attributes in the DOM | Unordered Node Retrieval by Name or Index | XML Document Object Model (DOM) | Ordered Node Retrieval by Index | XmlNodeList