码迷,mamicode.com
首页 > 其他好文 > 详细

xml文件节点读取时,selectNodes总是在根节点下查找的问题

时间:2017-09-11 13:39:33      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:yun   ref   ott   reader   select   new   ant   element   style   

参考:https://yq.aliyun.com/articles/39543

 

SAXReader reader = new SAXReader();
Document document = reader.read(new File(dir+"/word/document.xml"));
Element roott=document.getRootElement();

Element addpicnode = (Element) roott.selectNodes("//w:tr").get(1);
Element addpicnode2 = (Element) addpicnode.selectNodes("descendant::w:tc").get(5);

 

获取document.xml全文第二个 <w:tr>节点中的第六个<w:tc>节点  

xml文件节点读取时,selectNodes总是在根节点下查找的问题

标签:yun   ref   ott   reader   select   new   ant   element   style   

原文地址:http://www.cnblogs.com/xlj227/p/7504558.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!