In my project I am facing a problem stating
The method getTextContent() is undefined for the type Node
I am currently using jdk
As there are lot of class named Node in the JVM, I would say that you imported the wrong one. Check your imports, verify this is the class you really want to use and try again.