Searched refs:HTML_TEXT_NODE (Results 1 – 2 of 2) sorted by relevance
799 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()
32 #define HTML_TEXT_NODE XML_TEXT_NODE macro