Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlSAX2EndElement

1785  * xmlSAX2EndElement:
1792 xmlSAX2EndElement(void *ctx, const xmlChar *name ATTRIBUTE_UNUSED)
1801 xmlGenericError(xmlGenericErrorContext, "SAX.xmlSAX2EndElement(NULL)\n");
1803 xmlGenericError(xmlGenericErrorContext, "SAX.xmlSAX2EndElement(%s)\n", name);
2862 hdlr->endElement = xmlSAX2EndElement;
2960 hdlr->endElement = xmlSAX2EndElement;
3018 hdlr->endElement = xmlSAX2EndElement;