NSXMLParser 封装器 VMXMLParser
- 授权协议: MIT
- 开发语言: Swift
- 操作系统: OS X
- 软件首页: https://github.com/varshylmobile/VMXMLParser
- 官方下载: https://github.com/varshylmobile/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";
} )
编程珠玑(续)(修订版)
【美】Jon Bentley 乔恩•本特利 / 钱丽艳、刘田 / 人民邮电出版社 / 2015-2 / CNY 35.00
历史上最伟大的计算机科学著作之一 融深邃思想、实战技术与趣味轶事于一炉的奇书 带你真正领略计算机科学之美 多年以来,当程序员们推选出最心爱的计算机图书时,《编程珠玑》总是位于前列。正如自然界里珍珠出自细沙对牡蛎的磨砺,计算机科学大师Jon Bentley以其独有的洞察力和创造力,从磨砺程序员的实际问题中凝结出一篇篇不朽的编程“珠玑”,成为世界计算机界名刊《ACM通讯》历史上最受欢......一起来看看 《编程珠玑(续)(修订版)》 这本书的介绍吧!
