hasAttributeNS method
Determines whether an attribute that has the specified namespace and name exists.
Syntax
retVal = object.hasAttributeNS(pvarNS, name);
Parameters
pvarNS [in]
Type: VARIANTThe namespace URI that defines the attribute name.
name [in]
Type: BSTRA BSTR value that specifies the name of the attribute.