Home | History | Annotate | Download | only in libxml2

Lines Matching refs:html

42  * Substitute the HTML entities by their value
97 "is html",
163 * @ctxt: an XML/HTML parser context
191 } else if (!strcmp(name, "is html")) {
192 *((int *) result) = ctxt->html;
272 * @ctxt: an XML/HTML parser context
309 } else if (!strcmp(name, "is html")) {
310 ctxt->html = *((int *) value);