Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlSAX2Characters

1824         xmlErrMemory(ctxt, "xmlSAX2Characters");
2462 * xmlSAX2Characters:
2470 xmlSAX2Characters(void *ctx, const xmlChar *ch, int len)
2478 "SAX.xmlSAX2Characters(%.30s, %d)\n", ch, len);
2513 xmlSAX2ErrMemory(ctxt, "xmlSAX2Characters");
2537 xmlSAX2ErrMemory(ctxt, "xmlSAX2Characters: huge text node");
2542 xmlSAX2ErrMemory(ctxt, "xmlSAX2Characters overflow prevented");
2553 xmlSAX2ErrMemory(ctxt, "xmlSAX2Characters");
2564 xmlSAX2ErrMemory(ctxt, "xmlSAX2Characters");
2591 * UNUSED: by default the DOM building will use xmlSAX2Characters
2834 hdlr->characters = xmlSAX2Characters;
2836 hdlr->ignorableWhitespace = xmlSAX2Characters;
2912 hdlr->characters = xmlSAX2Characters;
2970 hdlr->characters = xmlSAX2Characters;