Searched refs:xmlSAX2StartElement (Results 1 – 13 of 13) sorted by relevance
/external/libxml2/ |
D | SAX.c | 64 hdlr->startElement = xmlSAX2StartElement; in initxmlDefaultSAXHandler() 112 hdlr->startElement = xmlSAX2StartElement; in inithtmlDefaultSAXHandler() 159 hdlr->startElement = xmlSAX2StartElement; in initdocbDefaultSAXHandler()
|
D | globals.c | 380 xmlSAX2StartElement, 431 xmlSAX2StartElement, 469 xmlSAX2StartElement,
|
D | SAX2.c | 1585 xmlSAX2StartElement(void *ctx, const xmlChar *fullname, const xmlChar **atts) in xmlSAX2StartElement() function 2861 hdlr->startElement = xmlSAX2StartElement; in xmlSAXVersion() 2959 hdlr->startElement = xmlSAX2StartElement; in xmlSAX2InitHtmlDefaultSAXHandler() 3017 hdlr->startElement = xmlSAX2StartElement; in xmlSAX2InitDocbDefaultSAXHandler()
|
D | legacy.c | 1139 xmlSAX2StartElement(ctx, fullname, atts); in startElement()
|
D | libxml2.syms | 1517 xmlSAX2StartElement;
|
D | xmlwriter.c | 375 saxHandler.startElement = xmlSAX2StartElement; in xmlNewTextWriterDoc() 444 saxHandler.startElement = xmlSAX2StartElement; in xmlNewTextWriterTree()
|
D | elfgcchack.h | 9136 #undef xmlSAX2StartElement 9137 extern __typeof (xmlSAX2StartElement) xmlSAX2StartElement __attribute((alias("xmlSAX2StartElement__… 9139 #ifndef xmlSAX2StartElement 9140 extern __typeof (xmlSAX2StartElement) xmlSAX2StartElement__internal_alias __attribute((visibility("… 9141 #define xmlSAX2StartElement xmlSAX2StartElement__internal_alias macro
|
D | NEWS | 136 Legacy needs xmlSAX2StartElement() and xmlSAX2EndElement(). (Nicolas Le Cam), 160 elfgcchack.h: more legacy needs xmlSAX2StartElement() and xmlSAX2EndElement() (Roumen Petrov),
|
D | parser.c | 15339 ctxt->sax->startElement = xmlSAX2StartElement; in xmlCtxtUseOptionsInternal()
|
D | testapi.c | 5047 xmlSAX2StartElement(ctx, (const xmlChar *)fullname, (const xmlChar **)atts); in test_xmlSAX2StartElement()
|
/external/libxml2/include/libxml/ |
D | SAX2.h | 105 xmlSAX2StartElement (void *ctx,
|
/external/libxml2/os400/libxmlrpg/ |
D | SAX2.rpgle | 147 d xmlSAX2StartElement... 148 d pr extproc('xmlSAX2StartElement')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1591 xmlSAX2StartElement
|