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

replaceChild(at:with:)

Replaces a child at a particular index with another child. ある子をある特定のインデックスで別の子と置き換えます。

Declaration 宣言

func replaceChild(at index: Int, 
             with node: XMLNode)

Parameters パラメータ

index

An integer identifying the position of a node in the receiver's list of child nodes. あるノードの位置をレシーバのもつ子ノードそれらからなるリストの中で識別しているある整数。

node

An XMLNode object to replace the object at index. indexでのオブジェクトを置き換えることになるあるXMLNodeオブジェクト。

Discussion 議論

The replaced child node is released. 置き換えられた子ノードは、解放されます。

See Also 参照

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