replaceChildAtIndex_withNode_ method

void replaceChildAtIndex_withNode_(
  1. int index,
  2. NSXMLNode node
)

Implementation

void replaceChildAtIndex_withNode_(int index, NSXMLNode node) {
  _lib._objc_msgSend_1105(
      _id, _lib._sel_replaceChildAtIndex_withNode_1, index, node._id);
}