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

setChildren(_:)

Removes all existing children of the receiver and replaces them with an array of new child nodes. レシーバの全ての既存の子を取り除きます、そしてそれらを新しい子ノードそれらからなるある配列で置き換えます。

Declaration 宣言

func setChildren(_ children: [XMLNode]?)

Parameters パラメータ

children

An array of XMLNode objects. To remove all existing children, pass in nil. XMLNodeオブジェクトそれらからなるある配列。全ての既存の子それらを取り除くにはnilを渡してください。

Discussion 議論

Replaced or removed child nodes are released. 置き換えられたまたは取り除かれた子ノードそれらは、解放されます。

See Also 参照

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