Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlSAX2ProcessingInstruction

2654  * xmlSAX2ProcessingInstruction:
2662 xmlSAX2ProcessingInstruction(void *ctx, const xmlChar *target,
2673 "SAX.xmlSAX2ProcessingInstruction(%s, %s)\n", target, data);
2887 hdlr->processingInstruction = xmlSAX2ProcessingInstruction;
2965 hdlr->processingInstruction = xmlSAX2ProcessingInstruction;