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 | 392 xmlSAX2StartElement, 443 xmlSAX2StartElement, 481 xmlSAX2StartElement,
|
D | SAX2.c | 1562 xmlSAX2StartElement(void *ctx, const xmlChar *fullname, const xmlChar **atts) in xmlSAX2StartElement() function 2852 hdlr->startElement = xmlSAX2StartElement; in xmlSAXVersion() 2950 hdlr->startElement = xmlSAX2StartElement; in xmlSAX2InitHtmlDefaultSAXHandler() 3008 hdlr->startElement = xmlSAX2StartElement; in xmlSAX2InitDocbDefaultSAXHandler()
|
D | legacy.c | 1139 xmlSAX2StartElement(ctx, fullname, atts); in startElement()
|
D | libxml2.syms | 1517 xmlSAX2StartElement;
|
D | xmlwriter.c | 369 saxHandler.startElement = xmlSAX2StartElement; in xmlNewTextWriterDoc() 438 saxHandler.startElement = xmlSAX2StartElement; in xmlNewTextWriterTree()
|
D | elfgcchack.h | 9146 #undef xmlSAX2StartElement 9147 extern __typeof (xmlSAX2StartElement) xmlSAX2StartElement __attribute((alias("xmlSAX2StartElement__… 9149 #ifndef xmlSAX2StartElement 9150 extern __typeof (xmlSAX2StartElement) xmlSAX2StartElement__internal_alias __attribute((visibility("… 9151 #define xmlSAX2StartElement xmlSAX2StartElement__internal_alias macro
|
D | NEWS | 38 Unlink node before freeing it in xmlSAX2StartElement (Nick Wellnhofer), 39 Check return value of nodePush in xmlSAX2StartElement (Nick Wellnhofer), 579 Legacy needs xmlSAX2StartElement() and xmlSAX2EndElement(). (Nicolas Le Cam), 603 elfgcchack.h: more legacy needs xmlSAX2StartElement() and xmlSAX2EndElement() (Roumen Petrov),
|
D | parser.c | 15059 ctxt->sax->startElement = xmlSAX2StartElement; in xmlCtxtUseOptionsInternal()
|
D | testapi.c | 5072 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 | 1592 xmlSAX2StartElement
|