Home
last modified time | relevance | path

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

/external/libxml2/
DHTMLtree.c799 if (cur->type == HTML_TEXT_NODE) { in htmlNodeDumpFormatOutput()
874 if ((cur->next->type != HTML_TEXT_NODE) && in htmlNodeDumpFormatOutput()
900 if ((cur->next->type != HTML_TEXT_NODE) && in htmlNodeDumpFormatOutput()
921 (cur->children->type != HTML_TEXT_NODE) && in htmlNodeDumpFormatOutput()
929 (cur->last->type != HTML_TEXT_NODE) && in htmlNodeDumpFormatOutput()
945 if ((cur->next->type != HTML_TEXT_NODE) && in htmlNodeDumpFormatOutput()
/external/libxml2/include/libxml/
DHTMLtree.h32 #define HTML_TEXT_NODE XML_TEXT_NODE macro