开发者

NSXMLParser question

If I am trying to parse multiple xml using NSXMLParser and I try to parse xmls, when my delegate method such as didstartelement, didendelement and foundcharacters is called, how do i know from which NSXMLParser this method is being开发者_StackOverflow中文版 called for?


The first parameter to each of those delegate methods is the parser. That is the instance of NSXMLParser calling that method.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜