Home | History | Annotate | Download | only in libxml2

Lines Matching refs:htmlAutoCloseTag

1244  * htmlAutoCloseTag:
1257 htmlAutoCloseTag(htmlDocPtr doc, const xmlChar *name, htmlNodePtr elem) {
1265 if (htmlAutoCloseTag(doc, name, child)) return(1);
1289 if (htmlAutoCloseTag(doc, elem->name, child)) return(1);