Microsoft XML SDK 2.6 - XML Reference

getAttributeNode Method

Gets the named attribute node.

objXMLDOMAttribute = oXMLDOMElement.getAttributeNode(name)

Parameters

name
String specifying the name of the attribute to be retrieved.

Return Value

Object. Returns the XMLDOMAttribute object with the supplied name, or Null if the named attribute cannot be found on this element.

See Also

Applies To: XMLDOMElement Object