Searched refs:PublicID (Results 1 – 3 of 3) sorted by relevance
2374 if (nota->PublicID != NULL) in xmlFreeNotation()2375 xmlFree((xmlChar *) nota->PublicID); in xmlFreeNotation()2397 const xmlChar *PublicID, const xmlChar *SystemID) { in xmlAddNotationDecl() argument2407 if ((PublicID == NULL) && (SystemID == NULL)) { in xmlAddNotationDecl()2441 if (PublicID != NULL) in xmlAddNotationDecl()2442 ret->PublicID = xmlStrdup(PublicID); in xmlAddNotationDecl()2493 if (nota->PublicID != NULL) in xmlCopyNotation()2494 cur->PublicID = xmlStrdup(nota->PublicID); in xmlCopyNotation()2496 cur->PublicID = NULL; in xmlCopyNotation()2533 if (nota->PublicID != NULL) { in xmlDumpNotationDecl()[all …]
157 const xmlChar *PublicID,
157 const xmlChar *PublicID; /* Public identifier, if any */ member