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

elementsForName:

Returns the child element nodes (as NSXMLElement objects) of the receiver that have a specified name. レシーバの子要素ノードそれらを返します(NSXMLElementオブジェクトとして)、それらは指定された名前を持ちます。

Declaration 宣言

- (NSArray<NSXMLElement *> *)elementsForName:(NSString *)name;

Parameters パラメータ

name

A string specifying the name of the child element nodes to find and return. If name is a qualified name, then this method invokes elementsForLocalName:URI: with the URI parameter set to the URI associated with the prefix. Otherwise comparison is based on string equality of the qualified or non-qualified name. 見つけて返す子要素ノードの名前を指定している文字列。nameが修飾名ならば、そのときこのメソッドはelementsForLocalName:URI:を発動します、接頭辞に結びつけられるURIに設定されるURIパラメータを使います。そうでなければ比較は、修飾または非修飾名の文字列同等性に基づきます。

Return Value 戻り値

An array of of NSXMLElement objects or an empty array if no matching children can be found. NSXMLElementオブジェクトそれらからなるある配列、または合致する子が見つけられないならば空の配列。

See Also 参照

Obtaining Child Elements 子要素を入手する