Share via


getAttributeNode Method

Retrieves the attribute node.

var objXMLDOMAttribute = oXMLDOMElement.getAttributeNode(name);

HRESULT getAttributeNode(
  BSTR name,
  IXMLDOMAttribute** attributeNode
);

General Remarks

This method applies to the following objects and interfaces:

IXMLDOMAttribute and IXMLDOMElement.

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.