Sets all child nodes of the receiver at once, replacing any existing children.
Original signature is '- (void)setChildren:(NSArray *)children'
Available in Mac OS X v10.4 and later.


- children (NSArray)
- An array of NSXMLElement objects or NSXMLNode objects of kinds NSXMLElementKind, NSXMLProcessingInstructionKind, NSXMLTextKind, or NSXMLCommentKind.

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