Returns the attribute with the specified namespace and attribute name.
Syntax
objXMLDOMNode =
oXMLDOMNamedNodeMap.getQualifiedItem(baseName, nameSpaceURI)
Parameters
baseName
String specifying the base name of the attribute, without namespace qualification.
nameSpaceURI
String specifying the namespace prefix that qualifies the attribute name.
Returns
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.
Remarks
This member is an extension of the W3C DOM.
Applies To