Retrieves an System.Xml.XmlNode specified by name.
name The qualified name of the node to retrieve. It is matched against the XmlNode.Name property of the matching node.
An XmlNode with the specified name or null if a matching node is not found.