Retrieves the attribute with the specified name.
objXMLDOMNode = oXMLDOMNamedNodeMap.getNamedItem(name)
Object. Returns the XMLDOMNode object for the specified attribute. Returns Null if the attribute node is not in this collection.
Applies To: XMLDOMNamedNodeMap Object