Home
last modified time | relevance | path

Searched refs:HTML_COMMENT_NODE (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
DHTMLtree.h46 #define HTML_COMMENT_NODE XML_COMMENT_NODE macro
/external/libxml2/
DHTMLtree.c819 if (cur->type == HTML_COMMENT_NODE) { in htmlNodeDumpFormatOutput()