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 setChildren ([XMLNode]?)
Sets all child nodes of the receiver at once, replacing any existing children.
レシーバの全ての子ノードを一度に設定します、あらゆる既存の子を置き換えます。
func normalizeAdjacentTextNodesPreservingCDATA (Bool)
Coalesces adjacent text nodes of the receiver that you have explicitly added, optionally including CDATA sections.
レシーバの近接のテキストノードを結合します、それはあなたが明示的に加えたものです、随意にCDATAセクションを含みます。