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

replaceChild(at:with:)

Replaces a child node at a specified location with another child node. ある子ノードをある指定された位置で別の子ノードと置き換えます。

Declaration 宣言

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

Parameters パラメータ

index

An integer identifying a position in the receiver's list of children. An exception is raised if index is out of bounds. レシーバのもつ子それらからなるリストにおいてある位置を識別している整数。例外が引き起こされます、もしindexが境界外ならば。

node

An XML node object that will replace the current child. あるXMLノードオブジェクト、それは現在の子を置き換えるでしょう。

Discussion 議論

The replaced XML node object is released upon removal. 置き換えられたXMLノードオブジェクトは、除去において解放されます。

See Also 参照

Manipulating Child Elements 子要素を操作する