搜索资源列表
xmlTest
- 基于tinyXML的测试程序。用来解析xml文件的基本示例。-TinyXML-based testing procedures. Xml file used to resolve the basic sample.
xmltest
- 这是一个非常简洁例子,用来演示如何使用tinyxml重新建立一个xml文件。-This is a very simple example used to demonstrate how to use tinyxml to create a new xml file.
XMLTest
- Tinyxml使用基本操作等包括创建加入节点-Tinyxml test
XMLtest
- 这是一个用VC++2005作为开发环境写的XML测试程序,使用开源的tinyXML解析-This is a VC++2005 as XML development environment to write test procedures, the use of open source tinyXML resolve
xmlTest
- 封装tinyxml,读取xml文件,一个配置文件对应一个单例,挺适合于应用的配置文件-Package tinyxml, read xml file, a configuration file corresponds to a single case, very suitable for the application configuration file
XmlTest
- xml文件的读写。 TinyXml实现的是DOM访问模型,因此提供了一系列的类对应XML文件中的各个节点。主要类间的关系如下: TiXmlBase:其他类的基类,是个抽象类 TiXmlNode:表示一个节点,包含节点的一般方法,如访问子节点、兄弟节点、编辑自身、编辑子节点 TiXmlDocument:表示整个XML文档,不对应其中某个特定的节点。 TiXmlElement:表示元素节点,可以包含子节点和TiXmlAttribute TiXmlComment:表示注释
XMLTest
- 解析XML文件,文中有文档说明具体用法,vs2010工程例子,容易理解及使用(Parsing XML files, the document describes the specific use, VS2010 engineering example, easy to understand and use)
