統計情報(30日間)


最新情報をツイート


人気の投稿

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と統合したネットワーク版もある。

Leave a Reply