- addChild:
Adds a child node at the end of the receiver’s current list of children.
ある子ノードをレシーバのもつ子それらの現在のリストの終わりで加えます。
- insertChildren:atIndex:
Inserts an array of child nodes at a specified location in the receiver’s list of children.
子ノードそれらからなるある配列を、ある指定された位置で、レシーバのもつ子それらのリストにおいて挿入します。
- removeChildAtIndex:
Removes the child node of the receiver identified by a given index.
与えられたインデックスによって識別される、レシーバの子ノードを取り除きます。
- replaceChildAtIndex:withNode:
Replaces a child node at a specified location with another child node.
ある子ノードをある指定された位置で別の子ノードと置き換えます。
- setChildren:
Sets all child nodes of the receiver at once, replacing any existing children.
レシーバの全ての子ノードを一度に設定します、あらゆる既存の子を置き換えます。
- normalizeAdjacentTextNodesPreservingCDATA:
Coalesces adjacent text nodes of the receiver that you have explicitly added, optionally including CDATA sections.
レシーバの近接のテキストノードを結合します、それはあなたが明示的に加えたものです、随意にCDATAセクションを含みます。