iOS XML 解析器 AEXML

码农软件 · 软件分类 · 其他(Others) · 2019-07-22 17:58:42

软件介绍

AEXML 是简单,轻量级的 iOS XML 解析器,使用 Swift 编写。

AEXML 包括三个对象: AEXMLElement (base class),AEXMLDocument (inherited from previous) 和 AEXMLParser (simple wrapper around NSXMLParser)。

Read XML

<?xml version="1.0" encoding="utf-8"?>
<example>
  <info>
    <name platform="iOS" language="Swift">AEXML</name>
    <url type="github">https://github.com/tadija/AEXML</url>
  </info>
  <features>
    <feature>Read XML</feature>
    <feature>Write XML</feature>
    <feature>Easy to use</feature>
  </features>
  <installation>Just drag AEXML.swift into your project and start using it.</installation>
</example>


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

The Web Designer's Idea Book, Vol. 2

The Web Designer's Idea Book, Vol. 2

Patrick McNeil / How / 2010-9-19 / USD 30.00

Web Design Inspiration at a Glance Volume 2 of The Web Designer's Idea Book includes more than 650 new websites arranged thematically, so you can easily find inspiration for your work. Auth......一起来看看 《The Web Designer's Idea Book, Vol. 2》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

SHA 加密
SHA 加密

SHA 加密工具

html转js在线工具
html转js在线工具

html转js在线工具