Returns the attribute with the specified namespace and attribute name.
objXMLDOMNode = oXMLDOMNamedNodeMap.getQualifiedItem(baseName, namespaceURI)
Object. Returns the attribute node specified by the baseName and namespaceURI parameters. Returns Null if the attribute is not in the collection or if the item is not an attribute.
This member is an extension of the W3C DOM.
Applies To: XMLDOMNamedNodeMap Object