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

/vbox/src/libs/libxml2-2.6.31/
H A DHTMLparser.c1018 static const elementPriority htmlEndPriority[] = { variable
1095 while ((htmlEndPriority[i].name != NULL) &&
1096 (!xmlStrEqual((const xmlChar *)htmlEndPriority[i].name, name)))
1099 return(htmlEndPriority[i].priority);

Completed in 72 milliseconds