Gets the named attribute node.
Syntax
objXMLDOMAttribute = oXMLDOMElement.getAttributeNode(name)
Parameters
- name
- String specifying the name of the attribute to be retrieved.
Returns
Object. Returns the XMLDOMAttribute object with the supplied name, or NULL if the named attribute cannot be found on this element.
Applies To
XMLDOMElement