Microsoft XML SDK 2.6 - XML Reference

getQualifiedItem Method

Returns the attribute with the specified namespace and attribute name.

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.

Return Value

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.

See Also

Applies To: XMLDOMNamedNodeMap Object