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

addChild(_:)

Adds a child node at the end of the receiver’s current list of children. ある子ノードをレシーバのもつ子それらの現在のリストの終わりで加えます。

Declaration 宣言

func addChild(_ child: XMLNode)

Parameters パラメータ

child

An XML node object to add to the receiver's children. レシーバのもつ子それらに加えるXMLノードオブジェクト。

Discussion 議論

The new node has an index value that is one greater than the last of the current children. 新しいノードは、現在の子それらの最後より1つ大きなインデックス値を持ちます。

See Also 参照

Manipulating Child Elements 子要素を操作する