xerces: how to take xml node with a particular tag?

前端 未结 0 1448
死守一世寂寞
死守一世寂寞 2021-01-14 15:59

with Qt library I can take a node with a particular tag name with:

QDomElement tmp = root.firstChildElement("A");
QDomElement tt = tmp.firstChildEle         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题