Share via


getNamedItem Method

Retrieves the attribute with the specified name.

var objXMLDOMNode = oXMLDOMNamedNodeMap.getNamedItem(name);

HRESULT getNamedItem(
  BSTR name,
  IXMLDOMNode** namedItem
);

General Remarks

This method applies to the following objects and interfaces:

IXMLDOMNamedNodeMap andIXMLDOMNode.

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.