Lines Matching refs:publicId
58 const XML_Char *publicId; member
333 free((void *)notationListHead->publicId); in freeNotations()
408 if (notations[i]->publicId != NULL) { in endDoctypeDecl()
410 fputts(notations[i]->publicId, data->fp); in endDoctypeDecl()
442 const XML_Char *publicId) in notationDecl() argument
470 if (publicId != NULL) { in notationDecl()
471 entry->publicId = xcsdup(publicId); in notationDecl()
472 if (entry->publicId == NULL) { in notationDecl()
481 entry->publicId = NULL; in notationDecl()
717 const XML_Char *publicId) in metaNotationDecl() argument
723 if (publicId) in metaNotationDecl()
724 ftprintf(fp, T(" public=\"%s\""), publicId); in metaNotationDecl()
743 const XML_Char *publicId, in metaEntityDecl() argument
759 if (publicId) in metaEntityDecl()
760 ftprintf(fp, T(" public=\"%s\""), publicId); in metaEntityDecl()
770 if (publicId) in metaEntityDecl()
771 ftprintf(fp, T(" public=\"%s\""), publicId); in metaEntityDecl()