libxml2_htmltree.h File Reference

HTML_TEXT_NODE

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

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

HTML_COMMENT_NODE:

Macro. A comment in a HTML document is really implemented the same way as a comment in an XML document.

HTML_PRESERVE_NODE

HTML_PRESERVE_NODE:

Macro. A preserved node in a HTML document is really implemented the same way as a CDATA section in an XML document.

HTML_PI_NODE

HTML_PI_NODE:

Macro. A processing instruction in a HTML document is really implemented the same way as a processing instruction in an XML document.