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