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

setChildren(_:)

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

Declaration 宣言

func setChildren(_ children: [XMLNode]?)

Parameters パラメータ

children

An array of XMLNode 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. XMLNodeオブジェクトそれらからなるある配列。これらオブジェクトのそれぞれは、コメント、処理命令、またはルート要素を表さなければなりません。nilを渡して、全ての子を取り除いてください。

See Also 参照

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