In my project I am facing a problem stating
The method getTextContent() is undefined for the type Node
I am currently using jdk
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.