Instance Method インスタンスメソッド

insertChildren(_:at:)

Inserts an array of children at a specified position in the receiver’s array of children. 子それらからなるある配列を、レシーバのもつ子それらの配列において、ある指定された位置で挿入します。

Declaration 宣言

func insertChildren(_ children: [XMLNode], 
                 at index: Int)

Parameters パラメータ

children

An array of XMLNode objects representing comments, processing instructions, or the root element. コメント、処理命令、またはルート要素を表しているXMLNodeオブジェクトそれらからなるある配列。

index

An integer identifying the location in the receiver's children array for insertion. The indexes of children after the new child are increased by [children count]. If index is less than zero or greater than the number of children, an out-of-bounds exception is raised. 挿入のために、レシーバのもつ子それらの配列の中の位置を識別しているある整数。この新しい子の後の子それらのインデックスは、[children count]だけ漸増されます。indexがゼロより小さいかまたは子それらの数より大きいならば、「境界外」例外が引き起こされます。

See Also 参照

Adding and Removing Child Nodes 子ノードの追加と除去