Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlSAX2Comment

2719  * xmlSAX2Comment:
2721 * @value: the xmlSAX2Comment content
2723 * A xmlSAX2Comment has been parsed.
2726 xmlSAX2Comment(void *ctx, const xmlChar *value)
2735 xmlGenericError(xmlGenericErrorContext, "SAX.xmlSAX2Comment(%s)\n", value);
2758 "Setting xmlSAX2Comment as root\n");
2766 "adding xmlSAX2Comment child to %s\n", parent->name);
2772 "adding xmlSAX2Comment sibling to ");
2888 hdlr->comment = xmlSAX2Comment;
2966 hdlr->comment = xmlSAX2Comment;
3024 hdlr->comment = xmlSAX2Comment;