Returns an NSXMLElement object initialized with the specified name.
Original signature is '- (id)initWithName:(NSString *)name'
Available in Mac OS X v10.4 and later.


- name (NSString)
- A string specifying the name of the element.

The initialized NSXMLElement object or nil if initialization did not succeed.

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