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

index

Returns the index of the receiver identifying its position relative to its sibling nodes. レシーバのインデックスを返します、それの位置をそれの親類ノードに相対的に識別しています。

Declaration 宣言

@property(readonly) NSUInteger index;

Return Value 戻り値

An integer that is the index of the receiver relative to its sibling nodes. ある整数、それはレシーバの、それの親類ノードに相対的なインデックスです。

Discussion 議論

The first child node of a parent has an index of zero. 親の最初の子ノードは、ゼロのインデックスを持ちます。

See Also 参照

Managing XML Node Objects XMLノードオブジェクトを管理する

Related Documentation 関連文書