开发者

what kind of parser is NSXMLParser

开发者 https://www.devze.com 2023-02-16 20:32 出处:网络
what kind of parse开发者_如何学JAVAr is NSXMLParser.? Is it dom parser or sax parser. how many parsers are there?It\'s a SAX parser. There are a number of DOM XML parsers available for iOS, and the

what kind of parse开发者_如何学JAVAr is NSXMLParser.?

Is it dom parser or sax parser.

how many parsers are there?


It's a SAX parser. There are a number of DOM XML parsers available for iOS, and the best guide I've seen is How To Chose The Best XML Parser for your iPhone Project


NSXMLParser is a wrapper around libxml2's SAX functions.

0

精彩评论

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