开发者

c++ dom parsing problem

开发者 https://www.devze.com 2023-02-22 16:09 出处:网络
hi every body i\'m new to xercses C++dom parser.can anyone tell me can we writeour owngetElementsBytagName,GetNodeValue etc function ?

hi every body i'm new to xercses C++dom parser.can anyone tell me

can we write our own getElementsBytagName,GetNodeValue etc function ? how to write these function and use them in my code ? can anybo开发者_高级运维dy explain me the process of Dom parsing?


xerces provides methods like getElementsBytagName so you can use them in your application.

Have a look at xerces programming guide you can find there how to parse xml file and how to get elements and attributes.

0

精彩评论

暂无评论...
验证码 换一张
取 消