Microsoft XML SDK 2.6 - XML Reference

getNamedItem Method

Retrieves the attribute with the specified name.

objXMLDOMNode = oXMLDOMNamedNodeMap.getNamedItem(name)

Parameters

name
String specifying the name of the attribute.

Return Value

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

See Also

Applies To: XMLDOMNamedNodeMap Object