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

level

Returns the nesting level of the receiver within the tree hierarchy. ツリー階層内でのレシーバの入れ子水準を返します。

Declaration 宣言

@property(readonly) NSUInteger level;

Return Value 戻り値

An integer indicating a nesting level. 入れ子水準を指し示しているある整数。

Discussion 議論

The root element of a document has a nesting level of one. ある書類のルート要素は、1の入れ子水準を持ちます。

See Also 参照

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