Home | History | Annotate | Download | only in src

Lines Matching refs:xmlSAX2Comment

2619  * xmlSAX2Comment:
2621 * @value: the xmlSAX2Comment content
2623 * A xmlSAX2Comment has been parsed.
2626 xmlSAX2Comment(void *ctx, const xmlChar *value)
2635 xmlGenericError(xmlGenericErrorContext, "SAX.xmlSAX2Comment(%s)\n", value);
2658 "Setting xmlSAX2Comment as root\n");
2666 "adding xmlSAX2Comment child to %s\n", parent->name);
2672 "adding xmlSAX2Comment sibling to ");
2788 hdlr->comment = xmlSAX2Comment;
2866 hdlr->comment = xmlSAX2Comment;
2924 hdlr->comment = xmlSAX2Comment;