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

/vbox/src/libs/libxml2-2.6.31/
H A DHTMLtree.c290 static const char* htmlBooleanAttrs[] = { variable
310 while (htmlBooleanAttrs[i] != NULL) {
311 if (xmlStrcasecmp((const xmlChar *)htmlBooleanAttrs[i], name) == 0)

Completed in 44 milliseconds