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

children

Returns an immutable array containing the child nodes of the receiver (as NSXMLNode objects). ある不変の配列を返します、レシーバの子ノードを含んでいます(NSXMLNodeオブジェクトとして)。

Declaration 宣言

@property(nullable, readonly, copy) NSArray<NSXMLNode *> *children;

See Also 参照

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