func addChild (XMLNode)
Adds a child node after the last of the receiver’s existing children.
ある子ノードを最後のレシーバのもつ既存の子の後に加えます。
func insertChildren ([XMLNode], at: Int)
Inserts an array of children at a specified position in the receiver’s array of children.
子それらからなるある配列を、レシーバのもつ子それらの配列において、ある指定された位置で挿入します。
func removeChild (at: Int)
Removes the child node of the receiver located at a specified position in its 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.
レシーバの子ノードを設定します。