Instance Property インスタンスプロパティ

previousSibling

Returns the previous NSXMLNode object that is a sibling node to the receiver. 前のNSXMLNodeオブジェクトを返します、それはレシーバに対する親類ノードです。

Declaration 宣言

@property(nullable, readonly, copy) NSXMLNode *previousSibling;

Discussion 議論

This object will have an index value that is one less than the receiver’s. If there are no more previous siblings (that is, other child nodes of the receiver’s parent) the method returns nil このオブジェクトは、あるindex値を持ちます、それはシレーバのよりも1少ないでしょう。それより前の親類(すなわち、レシーバのもつ親の他の子ノード)がないならばこのメソッドはnilを返します。

See Also 参照

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