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

attributeForName:

Returns the attribute node of the receiver with the specified name. 指定された名前を持つ、レシーバの属性ノードを返します。

Declaration 宣言

- (NSXMLNode *)attributeForName:(NSString *)name;

Parameters パラメータ

name

A string specifying the name of an attribute. 属性の名前を指定している文字列。

Return Value 戻り値

An XML node object representing a matching attribute or nil if no such node was found. あるXMLノードオブジェクト、合致する属性を表しています、またはnil、もしそのようなノードが見つけられなかったならば。

Discussion 議論

If name is a qualified name, then this method invokes attributeForLocalName: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が修飾名ならば、そのときこのメソッドはattributeForLocalName:URI:を発動します、接頭辞に結びつけられるURIに設定されるURIパラメータを使います。そうでなければ比較は、修飾または非修飾名の文字列同等性に基づきます。

See Also 参照

Handling Attributes 属性を取り扱う