Method GetNamedItem
- Namespace
- SharpVectors.Dom
- Assembly
- SharpVectors.Core.dll
GetNamedItem(string)
Retrieves an XmlNode specified by name.
XmlNode GetNamedItem(string name)
Parameters
name
stringThe 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
localName
stringThe local name of the node to retrieve.
namespaceURI
stringThe namespace Uniform Resource Identifier (URI) of the node to retrieve.