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

setChildren(_:)

Sets all child nodes of the receiver at once, replacing any existing children. レシーバの全ての子ノードを一度に設定します、あらゆる既存の子を置き換えます。

Declaration 宣言

func setChildren(_ children: [XMLNode]?)

Parameters パラメータ

children

An array of NSXMLElement objects or XMLNode objects of kinds XMLNode.Kind.element, XMLNode.Kind.processingInstruction, XMLNode.Kind.text, or XMLNode.Kind.comment. 種類XMLNode.Kind.elementXMLNode.Kind.processingInstructionXMLNode.Kind.text、またはXMLNode.Kind.commentNSXMLElementオブジェクトまたはXMLNodeオブジェクトからなるある配列。

Discussion 議論

Send this message with children as nil to remove all child nodes. このメッセージをchildrennilで送ることで、全ての子ノードを取り除いてください。

See Also 参照

Manipulating Child Elements 子要素を操作する