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

setRootElement(_:)

Set the root element of the receiver. レシーバのルート要素を設定します。

Declaration 宣言

func setRootElement(_ root: XMLElement)

Parameters パラメータ

root

An XMLNode object that is to be the root element. ルート要素になるXMLNodeオブジェクト。

Discussion 議論

As a side effect, this method removes all other children, including NSXMLNode objects representing comments and processing-instructions. 副作用として、このメソッドは全ての子を取り除きます、コメントと処理命令を表しているNSXMLNodeオブジェクトそれらを含めて。

See Also 参照

Managing the Root Element ルート要素を管理する