Method GetNamedItem
- Namespace
- SharpVectors.Dom
- Assembly
- SharpVectors.Core.dll
GetNamedItem(string)
Retrieves an XmlNode specified by name.
XmlNode GetNamedItem(string name)
Parameters
namestringThe qualified name of the node to retrieve. It is matched against the Name property of the matching node.
Returns
GetNamedItem(string, string)
Retrieves a node with the matching LocalName and NamespaceURI.
XmlNode GetNamedItem(string localName, string namespaceURI)
Parameters
localNamestringThe local name of the node to retrieve.
namespaceURIstringThe namespace Uniform Resource Identifier (URI) of the node to retrieve.