Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlSAX2Reference

2484  * xmlSAX2Reference:
2488 * called when an entity xmlSAX2Reference is detected.
2491 xmlSAX2Reference(void *ctx, const xmlChar *name)
2499 "SAX.xmlSAX2Reference(%s)\n", name);
2507 "add xmlSAX2Reference %s to %s \n", name, ctxt->node->name);
2891 hdlr->reference = xmlSAX2Reference;
3027 hdlr->reference = xmlSAX2Reference;