当前位置: 代码迷 >> QT开发 >> QT读取XML,求解释!该如何处理
  详细解决方案

QT读取XML,求解释!该如何处理

热度:84   发布时间:2016-04-25 03:27:45.0
QT读取XML,求解释!
初学者,大家帮忙解释一下这个是什么意思?
QDomDocument domTree; 	
QDomNodeList IEDlist = domTree.elementsByTagName(tag);

------解决方案--------------------
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
  相关解决方案