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

removeChildAtIndex:

Removes the child node of the receiver identified by a given index. 与えられたインデックスによって識別される、レシーバの子ノードを取り除きます。

Declaration 宣言

- (void)removeChildAtIndex:(NSUInteger)index;

Parameters パラメータ

nodeIndex

An integer identifying the node in the receiver's list of children to remove. An exception is raised if index is out of bounds. レシーバのもつ子それらからなるリストにおいて、取り除くノードを識別しているある整数。例外が引き起こされます、もしindexが境界外ならば。

Discussion 議論

The XML node object is released upon removal. The indices of subsequent children are decremented by one. XMLノードオブジェクトは、除去において解放されます。後に続く子それらのインデックスは、1だけ漸増されます。

See Also 参照

Manipulating Child Elements 子要素を操作する