Home | History | Annotate | Download | only in libxml2

Lines Matching refs:PublicID

2326     if (nota->PublicID != NULL)
2327 xmlFree((xmlChar *) nota->PublicID);
2339 * @PublicID: the public identifier or NULL
2349 const xmlChar *PublicID, const xmlChar *SystemID) {
2359 if ((PublicID == NULL) && (SystemID == NULL)) {
2393 if (PublicID != NULL)
2394 ret->PublicID = xmlStrdup(PublicID);
2445 if (nota->PublicID != NULL)
2446 cur->PublicID = xmlStrdup(nota->PublicID);
2448 cur->PublicID = NULL;
2485 if (nota->PublicID != NULL) {
2487 xmlBufferWriteQuotedString(buf, nota->PublicID);