Home
last modified time | relevance | path

Searched refs:xmlSAX2StartElement (Results 1 – 13 of 13) sorted by relevance

/external/libxml2/
DSAX.c64 hdlr->startElement = xmlSAX2StartElement; in initxmlDefaultSAXHandler()
112 hdlr->startElement = xmlSAX2StartElement; in inithtmlDefaultSAXHandler()
159 hdlr->startElement = xmlSAX2StartElement; in initdocbDefaultSAXHandler()
Dglobals.c392 xmlSAX2StartElement,
443 xmlSAX2StartElement,
481 xmlSAX2StartElement,
DSAX2.c1562 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()
Dlegacy.c1139 xmlSAX2StartElement(ctx, fullname, atts); in startElement()
Dlibxml2.syms1517 xmlSAX2StartElement;
Dxmlwriter.c369 saxHandler.startElement = xmlSAX2StartElement; in xmlNewTextWriterDoc()
438 saxHandler.startElement = xmlSAX2StartElement; in xmlNewTextWriterTree()
Delfgcchack.h9146 #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
DNEWS38 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),
Dparser.c15059 ctxt->sax->startElement = xmlSAX2StartElement; in xmlCtxtUseOptionsInternal()
Dtestapi.c5072 xmlSAX2StartElement(ctx, (const xmlChar *)fullname, (const xmlChar **)atts); in test_xmlSAX2StartElement()
/external/libxml2/include/libxml/
DSAX2.h105 xmlSAX2StartElement (void *ctx,
/external/libxml2/os400/libxmlrpg/
DSAX2.rpgle147 d xmlSAX2StartElement...
148 d pr extproc('xmlSAX2StartElement')
/external/libxml2/win32/
Dlibxml2.def.src1592 xmlSAX2StartElement