OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTML_TEXT_NODE
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/include/libxml/
HTMLtree.h
27
*
HTML_TEXT_NODE
:
32
#define
HTML_TEXT_NODE
XML_TEXT_NODE
/external/libxml2/
HTMLtree.c
792
if (cur->type ==
HTML_TEXT_NODE
) {
867
if ((cur->next->type !=
HTML_TEXT_NODE
) &&
893
if ((cur->next->type !=
HTML_TEXT_NODE
) &&
914
(cur->children->type !=
HTML_TEXT_NODE
) &&
922
(cur->last->type !=
HTML_TEXT_NODE
) &&
938
if ((cur->next->type !=
HTML_TEXT_NODE
) &&
Completed in 851 milliseconds