NSXMLParser 封装器 VMXMLParser

码农软件 · 软件分类 · 其他(Others) · 2019-07-23 10:43:55

软件介绍

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";
    } )


本文地址:https://codercto.com/soft/d/10751.html

Web Design Handbook

Web Design Handbook

Baeck, Philippe de 编 / 2009-12 / $ 22.54

This non-technical book brings together contemporary web design's latest and most original creative examples in the areas of services, media, blogs, contacts, links and jobs. It also traces the latest......一起来看看 《Web Design Handbook》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

SHA 加密
SHA 加密

SHA 加密工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具