Instance Method インスタンスメソッド

replaceChildAtIndex:withNode:

Replaces a child at a particular index with another child. ある子をある特定のインデックスで別の子と置き換えます。

Declaration 宣言

- (void)replaceChildAtIndex:(NSUInteger)index 
                   withNode:(NSXMLNode *)node;

Parameters パラメータ

index

An integer identifying the position of a node in the receiver's list of child nodes. あるノードの位置をレシーバのもつ子ノードそれらからなるリストの中で識別しているある整数。

node

An NSXMLNode object to replace the object at index. indexでのオブジェクトを置き換えることになるあるNSXMLNodeオブジェクト。

Discussion 議論

The replaced child node is released. 置き換えられた子ノードは、解放されます。

See Also 参照

Manipulating Child Nodes 子ノードを操作する