文件名称:XmlTest

  • 所属分类:
  • 其他小程序
  • 资源属性:
  • [Windows] [Visual.Net] [源码]
  • 上传时间:
  • 2017-04-24
  • 文件大小:
  • 2.59mb
  • 下载次数:
  • 0次
  • 提 供 者:
  • feix****
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

xml文件的读写。

TinyXml实现的是DOM访问模型,因此提供了一系列的类对应XML文件中的各个节点。主要类间的关系如下:

TiXmlBase:其他类的基类,是个抽象类

TiXmlNode:表示一个节点,包含节点的一般方法,如访问子节点、兄弟节点、编辑自身、编辑子节点

TiXmlDocument:表示整个XML文档,不对应其中某个特定的节点。

TiXmlElement:表示元素节点,可以包含子节点和TiXmlAttribute

TiXmlComment:表示注释

TiXmlDeclaration:表示声明

TiXmlText:表示文本节点

TiXmlUnknown:表示未知节点,通常是出错了

TiXmlAttribute:表示一个元素的属性-Xml file read and write.

TinyXml implements the DOM access model, thus providing a series of classes corresponding to each node in the XML file. The relationship between the main classes is as follows:

TiXmlBase: the base class of other classes, is an abstract class

TiXmlNode: represents a node that contains the general method of the node, such as access to a child node, a sibling node, an edit itself, an edit child node

TiXmlDocument: that the entire XML document, does not correspond to a particular node.

TiXmlElement: Indicates an element node that can contain child nodes and TiXmlAttribute

TiXmlComment: Indicates a comment

TiXmlDeclaration: Indicates a statement

TiXmlText: Indicates the text node

TiXmlUnknown: that unknown node, usually wrong

TiXmlAttribute: represents the attributes of an element
(系统自动生成,下载前可以参看下载内容)

下载文件列表





XmlTest

.......\Debug

.......\.....\XmlTest.exe

.......\.....\XmlTest.ilk

.......\.....\XmlTest.pdb

.......\.....\test.xml

.......\XmlTest

.......\.......\ReadMe.txt

.......\.......\TinyXML

.......\.......\.......\tinystr.cpp

.......\.......\.......\tinystr.h

.......\.......\.......\tinyxml.cpp

.......\.......\.......\tinyxml.h

.......\.......\.......\tinyxmlerror.cpp

.......\.......\.......\tinyxmlparser.cpp

.......\.......\XmlTest.aps

.......\.......\XmlTest.cpp

.......\.......\XmlTest.h

.......\.......\XmlTest.rc

.......\.......\XmlTest.vcxproj

.......\.......\XmlTest.vcxproj.filters

.......\.......\XmlTestDlg.cpp

.......\.......\XmlTestDlg.h

.......\.......\res

.......\.......\...\XmlTest.ico

.......\.......\...\XmlTest.rc2

.......\.......\resource.h

.......\.......\stdafx.cpp

.......\.......\stdafx.h

.......\.......\targetver.h

.......\.......\test - 副本.xml

.......\.......\test.xml

.......\XmlTest.sln

.......\XmlTest.v12.suo

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org