Searched refs:sax2 (Results 1 – 3 of 3) sorted by relevance
275 int sax2; /* operating in the new SAX mode */ member
964 (ctxt->sax->endElementNs != NULL))) ctxt->sax2 = 1; in xmlDetectSAX2()966 ctxt->sax2 = 1; in xmlDetectSAX2()5631 if ((ctxt->sax2) && (defaultValue != NULL) && in xmlParseAttributeListDecl()5636 if (ctxt->sax2) { in xmlParseAttributeListDecl()9365 if (ctxt->sax2) in xmlParseElement()9395 if (ctxt->sax2) { in xmlParseElement()9471 if (ctxt->sax2) { in xmlParseElement()10733 if (ctxt->sax2) in xmlParseTryOrFinish()10764 if (ctxt->sax2) { in xmlParseTryOrFinish()10797 if (ctxt->sax2) in xmlParseTryOrFinish()[all …]
513 parser->sax2 = 1; in createMemoryParser()