Node.getTextContent() is undefined in Node

前端 未结 6 1756

In my project I am facing a problem stating

The method getTextContent() is undefined for the type Node

I am currently using jdk

6条回答
  •  半阙折子戏
    2021-02-02 13:21

    You, or the code you are using, is calling a method called getTextContent() which is not defined for the Node Object. The explanation by the compiler is pretty good in this case.

提交回复
热议问题