Searched refs:sax2 (Results 1 – 3 of 3) sorted by relevance
278 int sax2; /* operating in the new SAX mode */ member
997 (ctxt->sax->endElementNs != NULL))) ctxt->sax2 = 1; in xmlDetectSAX2()999 ctxt->sax2 = 1; in xmlDetectSAX2()5813 if ((ctxt->sax2) && (defaultValue != NULL) && in xmlParseAttributeListDecl()5818 if (ctxt->sax2) { in xmlParseAttributeListDecl()9596 if (ctxt->sax2) in xmlParseElement()9628 if (ctxt->sax2) { in xmlParseElement()9704 if (ctxt->sax2) { in xmlParseElement()10984 if (ctxt->sax2) in xmlParseTryOrFinish()11017 if (ctxt->sax2) { in xmlParseTryOrFinish()11050 if (ctxt->sax2) in xmlParseTryOrFinish()[all …]
527 parser->sax2 = 1; in createMemoryParser()