System.Xml.XmlNamedNodeMap Members

The members of System.Xml.XmlNamedNodeMap are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
Countint.

Gets the number of nodes in the XmlNamedNodeMap.

Public Methods

GetEnumerator() : IEnumerator

Provides support for the "foreach" style iteration over the collection of nodes in the XmlNamedNodeMap.

GetNamedItem(string) : XmlNode

Retrieves an System.Xml.XmlNode specified by name.

GetNamedItem(string, string) : XmlNode

Retrieves a node with the matching XmlNode.LocalName and XmlNode.NamespaceURI.

Item(int) : XmlNode

Retrieves the node at the specified index in the XmlNamedNodeMap.

RemoveNamedItem(string) : XmlNode

Removes the node from the XmlNamedNodeMap.

RemoveNamedItem(string, string) : XmlNode

Removes a node with the matching XmlNode.LocalName and XmlNode.NamespaceURI.

SetNamedItem(XmlNode) : XmlNode

Adds an System.Xml.XmlNode using its XmlNode.Name property.