System.Xml.XmlNamedNodeMap.GetNamedItem Method

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

Syntax

public virtual XmlNode GetNamedItem (string localName, string namespaceURI)

Parameters

localName
The local name of the node to retrieve.
namespaceURI
The namespace Uniform Resource Identifier (URI) of the node to retrieve.

Returns

An System.Xml.XmlNode with the matching local name and namespace URI or null if a matching node was not found.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0