getQualifiedItem Method
Returns the attribute with the specified namespace and attribute name.
var objXMLDOMNode = oXMLDOMNamedNodeMap.getQualifiedItem(baseName, namespaceURI);
HRESULT getQualifiedItem(
BSTR baseName,
BSTR namespaceURI,
IXMLDOMNode **qualifiedItem
);
General Remarks
This member is an extension of the Worldwide Web Consortium (W3C) Document Object Model (DOM).
This method applies to the following interface:
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.