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

detach

Detaches the receiver from its parent node. レシーバをそれの親ノードから分離します。

Declaration 宣言

- (void)detach;

Discussion 議論

This method is applicable to NSXMLNode objects representing elements, text, comments, processing instructions, attributes, and namespaces. Once the node object is detached, you can add it as a child node of another parent. このメソッドは、要素、テキスト、コメント、処理命令、属性、そして名前空間を表しているNSXMLNodeオブジェクトに対して適用可能です。一旦ノードオブジェクトが分離されるならば、あなたはそれを他の親の子ノードとして加えることができます。

See Also 参照

Navigating the Tree of Nodes ノードのツリーを閲覧する