func addChild (XMLNode)
Adds a child node at the end of the receiver’s current list of children.
ある子ノードをレシーバのもつ子それらの現在のリストの終わりで加えます。
func insertChild (XMLNode, at: Int)
Inserts a new child node at a specified location in the receiver’s list of child nodes.
ある新しい子ノードを、ある指定された位置で、レシーバのもつ子ノードそれらからなるリストにおいて挿入します。
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 of the receiver identified by a given index.
与えられたインデックスによって識別される、レシーバの子ノードを取り除きます。
func replaceChild (at: Int, with: XMLNode)
Replaces a child node at a specified location with another child node.
ある子ノードをある指定された位置で別の子ノードと置き換えます。
func normalizeAdjacentTextNodesPreservingCDATA (Bool)
Coalesces adjacent text nodes of the receiver that you have explicitly added, optionally including CDATA sections.
レシーバの近接のテキストノードを結合します、それはあなたが明示的に加えたものです、随意にCDATAセクションを含みます。