I need to get all nodes from a html, then from that nodes I need to get the text and sub-nodes, and the same thing but from that sub-sub-nodes.
For example, I have this HTML:...<p>This <b>is a <a href="">Link</a></b> with <b>bold</b></p>
...So I need a wa...