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

setChildren:

Sets the child nodes of the receiver. レシーバの子ノードを設定します。

Declaration 宣言

- (void)setChildren:(NSArray<NSXMLNode *> *)children;

Parameters パラメータ

children

An array of NSXMLNode objects. Each of these objects must represent comments, processing instructions, or the root element; otherwise, an exception is raised. Pass in nil to remove all children. NSXMLNodeオブジェクトそれらからなるある配列。これらオブジェクトのそれぞれは、コメント、処理命令、またはルート要素を表さなければなりません。nilを渡して、全ての子を取り除いてください。

See Also 参照

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