Instance Method
インスタンスメソッド
elementsForLocalName:URI:
Returns the child element nodes (as NSXMLElement
objects) of the receiver that are matched with the specified local name and URI.
レシーバの子要素ノードそれらを返します(NSXMLElement
オブジェクトとして)、それらは指定されたローカル名とURIに一致するものです。
Parameters
パラメータ
localName
A string specifying a local name of an element.
要素のローカル名を指定している文字列。
URI
A string specifying a URI associated with an element.
要素と結びつけられたURIを指定している文字列。
Return Value
戻り値
An array of NSXMLElement
objects or an empty array if no matching children could be found.
NSXMLElement
オブジェクトからなるある配列、または空の配列、もし合致する子が見つけられなかったならば。
See Also
参照
Obtaining Child Elements
子要素を入手する
- elementsForName:
Returns the child element nodes (as NSXMLElement
objects) of the receiver that have a specified name.
レシーバの子要素ノードそれらを返します(NSXMLElement
オブジェクトとして)、それらは指定された名前を持ちます。