Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlSAX2Characters

1859         xmlErrMemory(ctxt, "xmlSAX2Characters");
2508 * xmlSAX2Characters:
2516 xmlSAX2Characters(void *ctx, const xmlChar *ch, int len)
2524 "SAX.xmlSAX2Characters(%.30s, %d)\n", ch, len);
2559 xmlSAX2ErrMemory(ctxt, "xmlSAX2Characters");
2582 xmlSAX2ErrMemory(ctxt, "xmlSAX2Characters: xmlStrdup returned NULL");
2587 xmlSAX2ErrMemory(ctxt, "xmlSAX2Characters: huge text node");
2592 xmlSAX2ErrMemory(ctxt, "xmlSAX2Characters overflow prevented");
2603 xmlSAX2ErrMemory(ctxt, "xmlSAX2Characters");
2614 xmlSAX2ErrMemory(ctxt, "xmlSAX2Characters");
2641 * UNUSED: by default the DOM building will use xmlSAX2Characters
2884 hdlr->characters = xmlSAX2Characters;
2886 hdlr->ignorableWhitespace = xmlSAX2Characters;
2962 hdlr->characters = xmlSAX2Characters;
3020 hdlr->characters = xmlSAX2Characters;