Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlSAX2StartDocument

946  * xmlSAX2StartDocument:
952 xmlSAX2StartDocument(void *ctx)
961 "SAX.xmlSAX2StartDocument()\n");
970 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartDocument");
994 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartDocument");
1006 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartDocument");
2831 hdlr->startDocument = xmlSAX2StartDocument;
2907 hdlr->startDocument = xmlSAX2StartDocument;
2965 hdlr->startDocument = xmlSAX2StartDocument;