The Text Node

Some elements have a text node, others do not.

In the below example, "paragraph" has a text node, but "document" does not.


  <document>
    <paragraph>This is the text node</paragraph>
  </document>