Returns the child node of the receiver at the specified location.
Original signature is '- (NSXMLNode *)childAtIndex:(NSUInteger)index'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public virtual NSXMLNode ChildAtIndex( NSUInteger index )
Public Overridable Function ChildAtIndex ( _ index As NSUInteger _ ) As NSXMLNode
public: virtual NSXMLNode^ ChildAtIndex( NSUInteger index )

- index (NSUInteger)
- An integer specifying a node position in the receiver's array of children. If index is out of bounds, an exception is raised.

An NSXMLNode object or nil f the receiver has no children.

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