Returns the nodes resulting from executing an XPath query upon the receiver.
Original signature is '- (NSArray *)nodesForXPath:(NSString *)xpath error:(NSError **)error'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |

An array of NSXMLNode objects that match the query, or an empty array if there are no matches.

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