Searched refs:HTML_COMMENT_NODE (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/include/libxml/ | ||
D | HTMLtree.h | 46 #define HTML_COMMENT_NODE XML_COMMENT_NODE macro |
/external/libxml2/ | ||
D | HTMLtree.c | 819 if (cur->type == HTML_COMMENT_NODE) { in htmlNodeDumpFormatOutput() |