Type Method 型メソッド

elementWithName:URI:

Returns an element whose fully qualified name is specified. それの完全修飾名が指定されるある要素を返します。

Declaration 宣言

+ (id)elementWithName:(NSString *)name 
                  URI:(NSString *)URI;

Parameters パラメータ

name

A string that is the name (or tag identifier) of an element. ある文字列、それは要素の名前(またはタグ識別子)です。

URI

A URI (Universal Resource Identifier) that qualifies name. あるURI(Universal Resource Identifier)それはnameを修飾します。

Return Value 戻り値

An NSXMLElement object or nil if the object cannot be created. あるNSXMLElementオブジェクト、またはnil、もしオブジェクトが作成できないならば。

Discussion 議論

The equivalent XML markup is <URI:name></URI:name>. 同等のXMLマークアップは、<URI:name></URI:name>です。

See Also 参照

Creating and Initializing Node Objects ノードオブジェクトの作成と初期化