Home | History | Annotate | Download | only in libxml2

Lines Matching full:publicid

992  * @publicId: The public ID of the entity
1004 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId)
1013 if (publicId != NULL)
1014 fprintf(stdout, "%s", (char *)publicId);
1068 * @publicId: The public ID of the entity
1076 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
1080 if (publicId == NULL)
1081 publicId = nullstr;
1090 name, type, publicId, systemId, content);
1142 * @publicId: The public ID of the entity
1149 const xmlChar *publicId, const xmlChar *systemId)
1155 (char *) name, (char *) publicId, (char *) systemId);
1162 * @publicId: The public ID of the entity
1170 const xmlChar *publicId, const xmlChar *systemId,
1175 if (publicId == NULL)
1176 publicId = nullstr;
1185 (char *) name, (char *) publicId, (char *) systemId,