Lines Matching refs:notationName
56 const XML_Char *notationName; member
316 free((void *)notationListHead->notationName); in freeNotations()
347 return xcscmp(n1->notationName, n2->notationName); in notationCmp()
388 fputts(notations[i]->notationName, data->fp); in endDoctypeDecl()
418 notationDecl(void *userData, const XML_Char *notationName, const XML_Char *base, in notationDecl() argument
429 entry->notationName = xcsdup(notationName); in notationDecl()
430 if (entry->notationName == NULL) { in notationDecl()
439 free((void *)entry->notationName); in notationDecl()
451 free((void *)entry->notationName); in notationDecl()
682 metaNotationDecl(void *userData, const XML_Char *notationName, in metaNotationDecl() argument
689 ftprintf(fp, T("<notation name=\"%s\""), notationName); in metaNotationDecl()
705 const XML_Char *notationName) { in metaEntityDecl() argument
718 } else if (notationName) { in metaEntityDecl()
725 ftprintf(fp, T(" notation=\"%s\""), notationName); in metaEntityDecl()