這兩天在接觸XML,于是也就了解到有個(gè)TinyXml庫(kù)。
因?yàn)閯偨佑|TinyXml,所以對(duì)于其中的成員函數(shù)Value的行為總是有些不解,因?yàn)樗敵龅囊粫?huì)是元素名一會(huì)又是值,讓我十分困惑。
后來(lái)在官方在線手冊(cè)上才弄明白,Value輸出的結(jié)果為根據(jù)對(duì)象類型的不同而不同,如下所述:
Document:???filename of the xml file
Element:?????? name of the element
Comment:??? the comment text
Unknown: ??? the tag contents
Text:??????????? the text string
TinyXml 在線手冊(cè): http://www.grinninglizard.com/tinyxmldocs/annotated.html
posted on 2010-03-29 11:45
zhaoyg 閱讀(317)
評(píng)論(0) 編輯 收藏 引用 所屬分類:
other