HTML_TEXT_NODE:
Macro. A text node in a HTML document is really implemented the same way as a text node in an XML document.
HTML_ENTITY_REF_NODE:
Macro. An entity reference in a HTML document is really implemented the same way as an entity reference in an XML document.
HTML_COMMENT_NODE:
Macro. A comment in a HTML document is really implemented the same way as a comment in an XML document.