func addChild (XMLNode)
Adds a child node to the end of the list of existing children.
ある子ノードを既存の子それらのリストの最後に加えます。
func insertChild (XMLNode, at: Int)
Inserts a child node in the receiver’s list of children at a specific location in the list.
ある子ノードを、レシーバのもつ子それらのリストにおいて、そのリストの中のある指定された位置で挿入します。
func insertChildren ([XMLNode], at: Int)
Inserts an array of child nodes at a specified location in the receiver’s list of children.
子ノードそれらからなるある配列を、ある指定された位置で、レシーバのもつ子それらのリストにおいて挿入します。
func removeChild (at: Int)
Removes the child node at a particular location in the receiver’s list of children.
その子ノードを、ある特定の位置で、レシーバのもつ子それらのリストにおいて取り除きます。
func setChildren ([XMLNode]?)
Removes all existing children of the receiver and replaces them with an array of new child nodes.
レシーバの全ての既存の子を取り除きます、そしてそれらを新しい子ノードそれらからなるある配列で置き換えます。