Searched refs:htmlBooleanAttrs (Results 1 – 1 of 1) sorted by relevance
290 static const char* htmlBooleanAttrs[] = { variable310 while (htmlBooleanAttrs[i] != NULL) { in htmlIsBooleanAttr()311 if (xmlStrcasecmp((const xmlChar *)htmlBooleanAttrs[i], name) == 0) in htmlIsBooleanAttr()