VMXMLParser NSXMLParser 封装器

程序名称:VMXMLParser

授权协议: MIT

操作系统: OS X

开发语言: Swift

VMXMLParser 介绍

VMXMLParser 是 Swift 编写的 NSXMLParser 封装器。

特性:

1) 基于 Closure

2) 像字典数组一样响应

3) 支持 Unicode

简单的响应:

(
        {
        description = "Does this parser work ?";
        id = 1;
        location = India;
        name = "Jimmy Jose the swifter";
    },
        {
        description = "Running out of words now";
        id = 2;
        location = USA;
        name = "Jimmy Jose the objector";
    },
        {
        description = "Jimmy Jose Varshyl Mobile";
        id = 3;
        location = USA;
        name = "Varshyl Mobile";
    },
        {
        description = "Need to have better example next time";
        id = 4;
        location = Delhi;
        name = Varshyl;
    },
        {
        description = "I should have downloaded some sample xml file";
        id = 5;
        location = Australia;
        name = "Varshyl Mobile XML Parser";
    } )

VMXMLParser 官网

https://github.com/varshylmobile/VMXMLParser

相关编程语言

Acapela TTS 是一个为 iPhone 和 iPad 开发的 TTS 引...
二维码(QR Code)扫描静态库,扫描效率较高。
RegexKitLite 是一个轻量级的 Objective-C 的正则表...
一款基于ASIHttpReques开源的仿迅雷多线程断点续传功...
实现动态检测网络(wifi)状况,不需要用户手动刷新...
使用iphoneSDK官方NSXMLParserDelegate做的简单xml解...