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

  /external/libxml2/
Android.mk 42 SAX2.c \
SAX.c 29 #include <libxml/SAX2.h>
39 * DEPRECATED: use xmlSAX2InitDefaultSAXHandler() for the new SAX2 blocks
88 * DEPRECATED: use xmlSAX2InitHtmlDefaultSAXHandler() for the new SAX2 blocks
135 * DEPRECATED: use xmlSAX2InitDocbDefaultSAXHandler() for the new SAX2 blocks
parser.c 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;
    [all...]
  /external/libxml2/include/libxml/
globals.h 21 #include <libxml/SAX2.h>

Completed in 48 milliseconds