Returns the child element nodes (as NSXMLElement objects) of the receiver that are matched with the specified local name and URI.
Original signature is '- (NSArray *)elementsForLocalName:(NSString *)localName URI:(NSString *)URI'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |

An array of NSXMLElement objects or nil if no matching children could be 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)