Node.getTextContent() is undefined in Node

前端 未结 6 1684

In my project I am facing a problem stating

The method getTextContent() is undefined for the type Node

I am currently using jdk

6条回答
  •  闹比i
    闹比i (楼主)
    2021-02-02 13:18

    If you are getting this problem in Eclipse, my tested solution would be: Java Build PathOrder and Export, select JRE System Library and move it to Top

提交回复
热议问题