XmlNamedNodeMap
Represents a collection of nodes that can be accessed by name or index.
Gets the number of nodes in the XmlNamedNodeMap.
Provides support for the "foreach" style iteration over the collection of nodes in the XmlNamedNodeMap.
Retrieves an XmlNode specified by name.
Retrieves a node with the matching LocalName and NamespaceURI.
Retrieves the node at the specified index in the XmlNamedNodeMap.
Removes the node from the XmlNamedNodeMap.
Removes a node with the matching LocalName and NamespaceURI.