The method getTextContent() is undefined for the type Node

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了The method getTextContent() is undefined for the type Node相关的知识,希望对你有一定的参考价值。

eclipse 中 如果加入了 其他了xfire 等其他xml解析包的话,使用org.w3c.dom.Node下的getTextContent()方法会出现The method getTextContent() is undefined for the type Node 提示,解决方法如下:

project-->properties->java build path-->order and export  把JRE System 提升到顶部既可,前提记得是java版本是jdk1.5以上

以上是关于The method getTextContent() is undefined for the type Node的主要内容,如果未能解决你的问题,请参考以下文章