HomeSort by relevance Sort by last modified time
    Searched refs:sax2 (Results 1 - 5 of 5) sorted by null

  /external/libxml2/
testSAX.c 61 static int sax2 = 0; variable
874 * SAX2 specific callbacks
1056 if (sax2)
1094 if (sax2)
1102 if (sax2)
1168 else if ((!strcmp(argv[i], "-sax2")) ||
1169 (!strcmp(argv[i], "--sax2")))
1170 sax2++;
Makefile.am 56 xmlreader.c relaxng.c dict.c SAX2.c \
    [all...]
parser.c 246 #define SAX2 1
1055 * SAX2 defaulted attributes handling *
1063 * Do the SAX2 detection and specific intialization
1071 (ctxt->sax->endElementNs != NULL))) ctxt->sax2 = 1;
1073 ctxt->sax2 = 1;
    [all...]
  /external/vogar/lib/
kxml-libcore-20110123.jar 
  /external/libxml2/include/libxml/
parser.h 278 int sax2; /* operating in the new SAX mode */ member in struct:_xmlParserCtxt
669 * Special constant found in SAX2 blocks initialized fields
687 * SAX2 callback when an element start has been detected by the parser.
709 * SAX2 callback when an element end has been detected by the parser.
    [all...]

Completed in 1533 milliseconds