Home
last modified time | relevance | path

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

/external/libxml2/
DHTMLtree.c299 static const char* htmlBooleanAttrs[] = { variable
319 while (htmlBooleanAttrs[i] != NULL) { in htmlIsBooleanAttr()
320 if (xmlStrcasecmp((const xmlChar *)htmlBooleanAttrs[i], name) == 0) in htmlIsBooleanAttr()