Lines Matching refs:xmlSAX2Comment
2577 * xmlSAX2Comment:
2579 * @value: the xmlSAX2Comment content
2581 * A xmlSAX2Comment has been parsed.
2584 xmlSAX2Comment(void *ctx, const xmlChar *value)
2593 xmlGenericError(xmlGenericErrorContext, "SAX.xmlSAX2Comment(%s)\n", value);
2616 "Setting xmlSAX2Comment as root\n");
2624 "adding xmlSAX2Comment child to %s\n", parent->name);
2630 "adding xmlSAX2Comment sibling to ");
2746 hdlr->comment = xmlSAX2Comment;
2824 hdlr->comment = xmlSAX2Comment;
2882 hdlr->comment = xmlSAX2Comment;