Home | History | Annotate | Download | only in libxml2

Lines Matching defs:comment

124     "SAX function comment",
249 } else if (!strcmp(name, "SAX function comment")) {
250 *((commentSAXFunc *) result) = ctxt->sax->comment;
367 } else if (!strcmp(name, "SAX function comment")) {
368 ctxt->sax->comment = *((commentSAXFunc *) value);
1311 * comment:
1313 * @value: the comment content
1315 * A comment has been parsed.
1319 comment(void *ctx, const xmlChar * value)
1321 DEPRECATED("comment")