func addChild (XMLNode)
Adds a child node after the last of the receiver’s existing children.
ある子ノードを最後のレシーバのもつ既存の子の後に加えます。
func insertChild (XMLNode, at: Int)
Inserts a node object at specified position in the receiver’s array of children.
あるノードオブジェクトをレシーバのもつ子それらの配列の中の指定された位置で挿入します。
func insertChildren ([XMLNode], at: Int)
Inserts an array of children at a specified position in the receiver’s array of children.
子それらからなるある配列を、レシーバのもつ子それらの配列において、ある指定された位置で挿入します。
func replaceChild (at: Int, with: XMLNode)
Replaces the child node of the receiver located at a specified position in its array of children with another node.
子それらからなるそれの配列の中の指定された場所に位置するレシーバの子ノードを別のノードで置き換えます。
func setChildren ([XMLNode]?)
Sets the child nodes of the receiver.
レシーバの子ノードを設定します。