AEXML是简单,轻量级的iOSXML解析器,使用Swift编写。
AEXML包括三个对象:AEXMLElement(baseclass),AEXMLDocument(inheritedfromprevious)和AEXMLParser(simplewrapperaroundNSXMLParser)。
ReadXML<?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>
评论