Instance Method
インスタンスメソッド
elements(forName:)
Returns the child element nodes (as NSXMLElement
objects) of the receiver that have a specified name.
レシーバの子要素ノードそれらを返します(NSXMLElement
オブジェクトとして)、それらは指定された名前を持ちます。
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 elements(forLocalName: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
が修飾名ならば、そのときこのメソッドはelements(forLocalName: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
子要素を入手する