当前位置: 代码迷 >> Java Web开发 >> The method getTextContent() is undefined for the type Node解决方法
  详细解决方案

The method getTextContent() is undefined for the type Node解决方法

热度:404   发布时间:2016-04-17 00:54:04.0
The method getTextContent() is undefined for the type Node
import org.w3c.dom.Node;
为什么这里的node.getTextContent()方法在jdk下可以适用,当我把程序迁移到web项目下的时候总是提示这个方法不可用。是怎么回事那?

------解决方案--------------------
找到rt.jar这个文件 然后把他放到你web项目中,再加入编译路径 编译之后就不会提示你找不到了.
  相关解决方案