Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
自己構築された NSXMLNode から NSXMlelement オブジェクトの属性の対応する値を取得するにはどうすればよいですか。
[[element attributeForName:@"name"] stringValue]
構造体型が NSXMLElement の場合、次を使用します。
NSString *valueInTag = [[要素 elementForName:@"名前"] stringValue];