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

insertChildren(_:at:)

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

Declaration 宣言

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

Parameters パラメータ

children

An array of XMLNode objects to insert as children of the receiver. レシーバの子それらとして挿入されることになるXMLNodeオブジェクトそれらからなるある配列。

index

An integer identifying the location in the list of current children to make the insertion. The indices of subsequent children in the list are incremented by the number of inserted children. 挿入をされるために、現在の子それらからなるリストにおいて場所を識別しているある整数。リストにおいて後に続く子それらのインデックスは、挿入された子それらの数によって漸増されます。

See Also 参照

Manipulating Child Nodes 子ノードを操作する