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

Node.getTextContent() not found

时间:2016-05-11 15:09:07      阅读:115      评论:0      收藏:0      [点我收藏+]

标签:

起因:解析XML时,Node.getTextContent() 无法使用。

根源:Node.getTextContent()是org.w3c.dom.Node下面的方法,这个包是JDK自带的,getTextContent找不到是因为jar包的冲突,通常是由xml-api.jar这个包的冲突引起的。

解决办法:删除这个jar包---删除配置Build Path中的J2EE 1.4 generic Library 引用即可。

Node.getTextContent() not found

标签:

原文地址:http://www.cnblogs.com/restley722/p/5481680.html

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