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

addChild(_:)

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

Declaration 宣言

func addChild(_ child: XMLNode)

Parameters パラメータ

child

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

See Also 参照

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