Use this method to retrieve an actual Attr node, as opposed to an attribute's
value.
E.getAttributeNodeNS(nsURI,localName)
If has an
attribute whose namespace matches E and whose local name
matches nsURI, return that localNameAttr node;
otherwise return None.