Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlSAX2StartDocument

976  * xmlSAX2StartDocument:
982 xmlSAX2StartDocument(void *ctx)
991 "SAX.xmlSAX2StartDocument()\n");
998 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartDocument");
1024 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartDocument");
1036 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartDocument");
2881 hdlr->startDocument = xmlSAX2StartDocument;
2957 hdlr->startDocument = xmlSAX2StartDocument;
3015 hdlr->startDocument = xmlSAX2StartDocument;