Home | History | Annotate | Download | only in libxml2

Lines Matching refs:sax2

240 #define SAX2 1
1048 * SAX2 defaulted attributes handling *
1056 * Do the SAX2 detection and specific intialization
1064 (ctxt->sax->endElementNs != NULL))) ctxt->sax2 = 1;
1066 ctxt->sax2 = 1;
1570 #ifdef SAX2
6152 if ((ctxt->sax2) && (defaultValue != NULL) &&
6157 if (ctxt->sax2) {
9203 * parse an attribute in the new SAX2 framework.
9316 * This routine is called when running SAX2 parsing
9360 * NOTE: it is crucial with the SAX2 API to never call SHRINK beyond that
10127 if (ctxt->sax2)
10159 if (ctxt->sax2) {
10237 if (ctxt->sax2) {
11547 if (ctxt->sax2)
11580 if (ctxt->sax2) {
11616 if (ctxt->sax2)
11742 if (ctxt->sax2) {
13552 #ifdef SAX2
13581 #ifdef SAX2
13736 #ifdef SAX2
13842 * initialize the SAX2 namespaces stack
13936 #else /* !SAX2 */