首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > QT开发 >

QT读取XML,求解释!解决方法

2013-12-04 
QT读取XML,求解释!初学者,大家帮忙解释一下这个是什么意思?QDomDocument domTree QDomNodeList IEDlist

QT读取XML,求解释!
初学者,大家帮忙解释一下这个是什么意思?

QDomDocument domTree; 
QDomNodeList IEDlist = domTree.elementsByTagName(tag);
QT C++
[解决办法]
QDomNodeList QDomDocument::elementsByTagName ( const QString & tagname ) const
Returns a QDomNodeList, that contains all the elements in the document with the name tagname. The order of the node list is the order they are encountered in a preorder traversal of the element tree.

[解决办法]
Qt Assistant

热点排行