instance method REXML::Parent#replace_child

replace_child(to_replace, replacement) -> ()[permalink][rdoc][edit]

子ノード列上の to_replace を replacement に置き換えます。

to_replace の parent は nil に、 replacement の parent は selfに変更されます。

[PARAM] to_replace:
置き換え元のノード
[PARAM] replacement:
置き換え先のノード