Returns the attribute node of the receiver with the specified name.
Original signature is '- (NSXMLNode *)attributeForName:(NSString *)name'
Available in Mac OS X v10.4 and later.


- name (NSString)
- A string specifying the name of an attribute.

An XML node object representing a matching attribute or nil if no such node was found.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)