ELEMENT_NODE, ATTRIBUTE_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, DOCUMENT_FRAGMENT_NODE
concatenation of the textContent attribute value of every child node, excluding COMMENT_NODE and PROCESSING_INSTRUCTION_NODE nodes. This is the empty string if the node has no children.
org.eclipse.lemminx.dom.DOMNode.getTextContent()
always returnnull
if Eclipse is correct no class overrides DOMNode herehttps://github.com/eclipse/lemminx/blob/744de35767bf762a6abcfd2337f7e931ecbaf8d1/org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/dom/DOMNode.java#L829
that simply return the value of an element while [the javadoc says](https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/org/w3c/dom/Node.html#getTextContent())
For the following example document
I get the following output for element
<bnd>
while the text content has to be something like