Home | History | Annotate | Download | only in libxml2

Lines Matching refs:PublicID

2325     if (nota->PublicID != NULL)
2326 xmlFree((xmlChar *) nota->PublicID);
2338 * @PublicID: the public identifier or NULL
2348 const xmlChar *PublicID, const xmlChar *SystemID) {
2358 if ((PublicID == NULL) && (SystemID == NULL)) {
2392 if (PublicID != NULL)
2393 ret->PublicID = xmlStrdup(PublicID);
2444 if (nota->PublicID != NULL)
2445 cur->PublicID = xmlStrdup(nota->PublicID);
2447 cur->PublicID = NULL;
2484 if (nota->PublicID != NULL) {
2486 xmlBufferWriteQuotedString(buf, nota->PublicID);