Searched refs:PublicID (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlcatalog.c293 printf("\tpublic PublicID: make a PUBLIC identifier lookup\n");
295 printf("\tresolve PublicID SystemID: do a full resolver lookup\n");
H A Dvalid.c2355 if (nota->PublicID != NULL)
2356 xmlFree((xmlChar *) nota->PublicID);
2368 * @PublicID: the public identifier or NULL
2378 const xmlChar *PublicID, const xmlChar *SystemID) {
2388 if ((PublicID == NULL) && (SystemID == NULL)) {
2422 if (PublicID != NULL)
2423 ret->PublicID = xmlStrdup(PublicID);
2474 if (nota->PublicID != NULL)
2475 cur->PublicID
2376 xmlAddNotationDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, const xmlChar *name, const xmlChar *PublicID, const xmlChar *SystemID) argument
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dvalid.h157 const xmlChar *PublicID,
H A Dtree.h146 const xmlChar *PublicID; /* Public identifier, if any */ member in struct:_xmlNotation

Completed in 104 milliseconds