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

addChild:

Adds a child node to the end of the list of existing children. ある子ノードを既存の子それらのリストの最後に加えます。

Declaration 宣言

- (void)addChild:(NSXMLNode *)child;

Parameters パラメータ

child

The node object to add to the existing children. 既存の子それらに加えることになるノードオブジェクト。

See Also 参照

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