Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlSAX2Comment

2669  * xmlSAX2Comment:
2671 * @value: the xmlSAX2Comment content
2673 * A xmlSAX2Comment has been parsed.
2676 xmlSAX2Comment(void *ctx, const xmlChar *value)
2685 xmlGenericError(xmlGenericErrorContext, "SAX.xmlSAX2Comment(%s)\n", value);
2708 "Setting xmlSAX2Comment as root\n");
2716 "adding xmlSAX2Comment child to %s\n", parent->name);
2722 "adding xmlSAX2Comment sibling to ");
2838 hdlr->comment = xmlSAX2Comment;
2916 hdlr->comment = xmlSAX2Comment;
2974 hdlr->comment = xmlSAX2Comment;