Microsoft XML 2.5 SDK


 

getNamedItem Method

[This is preliminary documentation and subject to change.]

Retrieves the attribute with the specified name.

Syntax

objXMLDOMNode = oXMLDOMNamedNodeMap.getNamedItem(name)

Parameters

name

String specifying the name of the attribute.

Returns

Object. Returns the XMLDOMNode object for the specified attribute. Returns NULL if the attribute node is not in this collection.

Applies To

XMLDOMNamedNodeMap