Searched refs:startElement (Results 1 - 25 of 63) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/examples/
H A Delements.c26 startElement(void *userData, const char *name, const char **atts) function
51 XML_SetElementHandler(parser, startElement, endElement);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/examples/
H A Delements.c11 startElement(void *userData, const char *name, const char **atts) function
36 XML_SetElementHandler(parser, startElement, endElement);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/examples/
H A Delements.c26 startElement(void *userData, const char *name, const char **atts) function
51 XML_SetElementHandler(parser, startElement, endElement);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DSAX.c64 hdlr->startElement = xmlSAX2StartElement;
112 hdlr->startElement = xmlSAX2StartElement;
159 hdlr->startElement = xmlSAX2StartElement;
H A Dlegacy.c118 "SAX function startElement",
235 } else if (!strcmp(name, "SAX function startElement")) {
236 *((startElementSAXFunc *) result) = ctxt->sax->startElement;
353 } else if (!strcmp(name, "SAX function startElement")) {
354 ctxt->sax->startElement = *((startElementSAXFunc *) value);
1128 * startElement:
1137 startElement(void *ctx, const xmlChar * fullname, const xmlChar ** atts) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DSAX.c64 hdlr->startElement = xmlSAX2StartElement;
112 hdlr->startElement = xmlSAX2StartElement;
159 hdlr->startElement = xmlSAX2StartElement;
H A DSAX.in.h108 startElement (void *ctx,
H A Dlegacy.c118 "SAX function startElement",
235 } else if (!strcmp(name, "SAX function startElement")) {
236 *((startElementSAXFunc *) result) = ctxt->sax->startElement;
353 } else if (!strcmp(name, "SAX function startElement")) {
354 ctxt->sax->startElement = *((startElementSAXFunc *) value);
1128 * startElement:
1137 startElement(void *ctx, const xmlChar * fullname, const xmlChar ** atts) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DSAX.c64 hdlr->startElement = xmlSAX2StartElement;
112 hdlr->startElement = xmlSAX2StartElement;
159 hdlr->startElement = xmlSAX2StartElement;
H A Dlegacy.c118 "SAX function startElement",
235 } else if (!strcmp(name, "SAX function startElement")) {
236 *((startElementSAXFunc *) result) = ctxt->sax->startElement;
353 } else if (!strcmp(name, "SAX function startElement")) {
354 ctxt->sax->startElement = *((startElementSAXFunc *) value);
1128 * startElement:
1137 startElement(void *ctx, const xmlChar * fullname, const xmlChar ** atts) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DSAX.c64 hdlr->startElement = xmlSAX2StartElement;
112 hdlr->startElement = xmlSAX2StartElement;
159 hdlr->startElement = xmlSAX2StartElement;
H A DSAX.in.h108 startElement (void *ctx,
H A Dlegacy.c118 "SAX function startElement",
235 } else if (!strcmp(name, "SAX function startElement")) {
236 *((startElementSAXFunc *) result) = ctxt->sax->startElement;
353 } else if (!strcmp(name, "SAX function startElement")) {
354 ctxt->sax->startElement = *((startElementSAXFunc *) value);
1128 * startElement:
1137 startElement(void *ctx, const xmlChar * fullname, const xmlChar ** atts) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dxmlstream.c51 static void startElement(void *userData, const XML_Char *name, const XML_Char **atts) function
120 XML_SetElementHandler(parser, startElement, endElement);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A DpushSAX.py19 def startElement(self, tag, attrs): member in class:callback
21 log = log + "startElement %s %s:" % (tag, attrs)
52 reference = "startDocument:startElement foo {'url': 'tst'}:characters: bar:endElement foo:endDocument:"
H A DpushSAXhtml.py19 def startElement(self, tag, attrs): member in class:callback
21 log = log + "startElement %s %s:" % (tag, attrs)
52 reference = """startDocument:startElement html None:startElement body None:startElement foo {'url': 'tst'}:error: Tag foo invalid
H A Dindexes.py35 def startElement(self, tag, attrs): member in class:callback
H A Dsync.py19 def startElement(self, tag, attrs): member in class:callback
21 log = log + "startElement %s %s:" % (tag, attrs)
51 reference = "startDocument:startElement foo None:startElement bar2 None:endElement bar2:"
63 reference = "startDocument:startElement foo None:startElement bar2 None:endElement bar2:"
75 reference = "startDocument:startElement foo None:startElement bar2 None:"
87 reference = "startDocument:startElement foo None:startElement bar
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/tests/
H A DpushSAX.py19 def startElement(self, tag, attrs): member in class:callback
21 log = log + "startElement %s %s:" % (tag, attrs)
52 reference = "startDocument:startElement foo {'url': 'tst'}:characters: bar:endElement foo:endDocument:"
H A DpushSAXhtml.py19 def startElement(self, tag, attrs): member in class:callback
21 log = log + "startElement %s %s:" % (tag, attrs)
52 reference = """startDocument:startElement html None:startElement body None:startElement foo {'url': 'tst'}:error: Tag foo invalid
H A Dindexes.py35 def startElement(self, tag, attrs): member in class:callback
H A Dsync.py19 def startElement(self, tag, attrs): member in class:callback
21 log = log + "startElement %s %s:" % (tag, attrs)
51 reference = "startDocument:startElement foo None:startElement bar2 None:endElement bar2:"
63 reference = "startDocument:startElement foo None:startElement bar2 None:endElement bar2:"
75 reference = "startDocument:startElement foo None:startElement bar2 None:"
87 reference = "startDocument:startElement foo None:startElement bar
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A DSAX.h108 startElement (void *ctx,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A DSAX.h108 startElement (void *ctx,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DSAX.h108 startElement (void *ctx,

Completed in 366 milliseconds

123