Home | History | Annotate | Download | only in libxml2

Lines Matching full:sax2

185 #define SAX2 1
954 * SAX2 defaulted attributes handling *
962 * Do the SAX2 detection and specific intialization
970 (ctxt->sax->endElementNs != NULL))) ctxt->sax2 = 1;
972 ctxt->sax2 = 1;
1354 #ifdef SAX2
5637 if ((ctxt->sax2) && (defaultValue != NULL) &&
5642 if (ctxt->sax2) {
8503 * parse an attribute in the new SAX2 framework.
8616 * This routine is called when running SAX2 parsing
8660 * NOTE: it is crucial with the SAX2 API to never call SHRINK beyond that
9372 if (ctxt->sax2)
9402 if (ctxt->sax2) {
9478 if (ctxt->sax2) {
10740 if (ctxt->sax2)
10771 if (ctxt->sax2) {
10804 if (ctxt->sax2)
10922 if (ctxt->sax2) {
12696 #ifdef SAX2
12778 * initialize the SAX2 namespaces stack
12873 #else /* !SAX2 */