Lines Matching defs:sax
204 static int sax = 0;
268 if ((ctxt != NULL) && (ctxt->sax != NULL)) {
269 warning = ctxt->sax->warning;
270 err = ctxt->sax->error;
271 ctxt->sax->warning = NULL;
272 ctxt->sax->error = NULL;
279 ctxt->sax->warning = warning;
281 ctxt->sax->error = err;
302 ctxt->sax->warning = warning;
304 ctxt->sax->error = err;
319 ctxt->sax->error = err;
321 ctxt->sax->warning = warning;
1688 old_sax = ctxt->sax;
1689 ctxt->sax = handler;
1710 ctxt->sax = old_sax;
2204 ctxt->sax->error = xmlHTMLError;
2205 ctxt->sax->warning = xmlHTMLWarning;
2914 printf("\t--sax : do not build a tree but work just at the SAX level\n");
3193 else if ((!strcmp(argv[i], "-sax")) ||
3194 (!strcmp(argv[i], "--sax"))) {
3195 sax++;
3306 if ((schematron != NULL) && (sax == 0)
3340 if ((relaxng != NULL) && (sax == 0)
3480 if (sax) {
3501 if (sax) {