getAttributeNodeNS method
Gets an attribute object that matches the specified namespace and name.
Syntax
IHTMLDOMAttribute2 retVal = object.getAttributeNodeNS(pvarNS, bstrname);
Parameters
pvarNS [in]
Type: VARIANTThe namespace URI that defines the desired attribute, or a NULL value.
bstrname [in]
Type: BSTRThe name of the desired attribute, or a NULL value.