Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlSAX2Reference

2431  * xmlSAX2Reference:
2435 * called when an entity xmlSAX2Reference is detected.
2438 xmlSAX2Reference(void *ctx, const xmlChar *name)
2446 "SAX.xmlSAX2Reference(%s)\n", name);
2454 "add xmlSAX2Reference %s to %s \n", name, ctxt->node->name);
2833 hdlr->reference = xmlSAX2Reference;
2969 hdlr->reference = xmlSAX2Reference;