文件名称:XmlFile
介绍说明--下载内容均来自于网络,请自行研究使用
封装的一个xml读写类,非常好用,将xml格式的复杂api通过封装,转换成类似ini的操作方法,此类是跨平台的,被我也应用到IOS平台
标准的key-value模型
例子
XMLFile File("1.xml","testRoot") //文件名和根节点
SetIntForKey("age",11) //设置
-Xml reading and writing classes in the package, very easy to use, the complex xml format api converted into an operation similar to the ini package, such cross-platform, I also applied to the the IOS platform standard key-value model example XMLFile File (" 1.xml" , " testRoot" ) // file name and the root node SetIntForKey (" age" , 11) // set
标准的key-value模型
例子
XMLFile File("1.xml","testRoot") //文件名和根节点
SetIntForKey("age",11) //设置
-Xml reading and writing classes in the package, very easy to use, the complex xml format api converted into an operation similar to the ini package, such cross-platform, I also applied to the the IOS platform standard key-value model example XMLFile File (" 1.xml" , " testRoot" ) // file name and the root node SetIntForKey (" age" , 11) // set
(系统自动生成,下载前可以参看下载内容)
下载文件列表
XmlFile\XmlFile.cpp
.......\XmlFile.h
XmlFile