Lines Matching refs:notationName
56 const XML_Char *notationName; member
331 free((void *)notationListHead->notationName); in freeNotations()
363 return xcscmp(n1->notationName, n2->notationName); in notationCmp()
407 fputts(notations[i]->notationName, data->fp); in endDoctypeDecl()
439 const XML_Char *notationName, in notationDecl() argument
452 entry->notationName = xcsdup(notationName); in notationDecl()
453 if (entry->notationName == NULL) { in notationDecl()
462 free((void *)entry->notationName); in notationDecl()
475 free((void *)entry->notationName); in notationDecl()
714 const XML_Char *notationName, in metaNotationDecl() argument
722 ftprintf(fp, T("<notation name=\"%s\""), notationName); in metaNotationDecl()
744 const XML_Char *notationName) in metaEntityDecl() argument
757 else if (notationName) { in metaEntityDecl()
764 ftprintf(fp, T(" notation=\"%s\""), notationName); in metaEntityDecl()