Lines Matching refs:PublicID
2374 if (nota->PublicID != NULL)
2375 xmlFree((xmlChar *) nota->PublicID);
2387 * @PublicID: the public identifier or NULL
2397 const xmlChar *PublicID, const xmlChar *SystemID) {
2407 if ((PublicID == NULL) && (SystemID == NULL)) {
2441 if (PublicID != NULL)
2442 ret->PublicID = xmlStrdup(PublicID);
2493 if (nota->PublicID != NULL)
2494 cur->PublicID = xmlStrdup(nota->PublicID);
2496 cur->PublicID = NULL;
2533 if (nota->PublicID != NULL) {
2535 xmlBufferWriteQuotedString(buf, nota->PublicID);