Searched refs:htmlSAXHandler (Results 1 – 5 of 5) sorted by relevance
203 static htmlSAXHandler saxHandler =
30 typedef xmlSAXHandler htmlSAXHandler; typedef
4863 htmlSAXHandler *sax; in htmlInitParserCtxt()4873 sax = (htmlSAXHandler *) xmlMalloc(sizeof(htmlSAXHandler)); in htmlInitParserCtxt()4879 memset(sax, 0, sizeof(htmlSAXHandler)); in htmlInitParserCtxt()6214 ctxt->sax = (htmlSAXHandlerPtr) xmlMalloc(sizeof(htmlSAXHandler)); in htmlCreatePushParserCtxt()6220 memcpy(ctxt->sax, sax, sizeof(htmlSAXHandler)); in htmlCreatePushParserCtxt()
42 d htmlSAXHandler ds based(htmlSAXHandlerPtr)
440 <ANCHOR id="htmlSAXHandler" href="libxml/libxml-HTMLparser.html#htmlSAXHandler">