Gets the named attribute node.
objXMLDOMAttribute = oXMLDOMElement.getAttributeNode(name)
Object. Returns the XMLDOMAttribute object with the supplied name, or Null if the named attribute cannot be found on this element.
Applies To: XMLDOMElement Object