2014年5月14日水曜日

XMLパーサー 斧

#投稿先間違えた

何故か日本語名のついているライブラリ。数多くのライブラリを提供している matttさん作。


特徴
- Simple, modern API following standard Objective-C conventions, including extensive use of blocks and NSFastEnumeration
- Extremely performant document parsing and traversal, powered by libxml2
- Support for both XPath and CSS queries
- Automatic conversion of date and number values
- Correct, common-sense handling of XML namespaces for elements and attributes
- Ability to load HTML and XML documents from either NSString or NSData
- Full documentation
- Comprehensive test suite

パースには libxml2を使っている。クラスは1個でシンプル。

AFNetworking2と統合したネットワーク版もある。

0 件のコメント:

コメントを投稿