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

setRootElement:

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

Declaration 宣言

- (void)setRootElement:(NSXMLElement *)root;

Parameters パラメータ

root

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

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 ルート要素を管理する