2011-02-09 13 views

答えて

0

あなたはNSXMLParserDeleagteのためのドキュメントをチェックする必要があります:

- (void)parser:(NSXMLParser *)parser didStartElement:(NSString *)elementName namespaceURI:(NSString *)namespaceURI qualifiedName:(NSString *)qualifiedName attributes:(NSDictionary *)attributeDict 

attributeDict - あなたが必要な正確に何です。タグの例:MODULE_ID、tab_id、mobile_row、mobile_zipped、行、適切な値を有するセクション:

<weather module_id="0" tab_id="0" mobile_row="0" mobile_zipped="1" row="0" section="0"> 

attributeDict 6つのキーを含むであろう。

関連する問題