首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

Node.getTextContent() not found 解决方法

2012-10-29 
Node.getTextContent() not found 解决办法Node.getTextContent()是org.w3c.dom.Node下面的方法,这个包是J

Node.getTextContent() not found 解决办法
Node.getTextContent()是org.w3c.dom.Node下面的方法,这个包是JDK自带的,这所以会出现getTextContent找不到是因为jar包的冲突,是由xml-api.jar这个包的冲突引起的。我的工程里没有使用xml-api.jar,查了下包依赖,是xalan依赖了xml-api.jar,删除xalan就好了

热点排行