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

addChild:

Adds a child node after the last of the receiver’s existing children. ある子ノードを最後のレシーバのもつ既存の子の後に加えます。

Declaration 宣言

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

Parameters パラメータ

child

The NSXMLNode object to be added. 加えられることになるNSXMLNodeオブジェクト。

See Also 参照

Adding and Removing Child Nodes 子ノードの追加と除去