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

/external/libxml2/
H A Dxmlcatalog.c290 printf("\tpublic PublicID: make a PUBLIC identifier lookup\n");
292 printf("\tresolve PublicID SystemID: do a full resolver lookup\n");
H A Dvalid.c2325 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
2346 xmlAddNotationDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, const xmlChar *name, const xmlChar *PublicID, const xmlChar *SystemID) argument
[all...]
/external/libxml2/include/libxml/
H A Dvalid.h157 const xmlChar *PublicID,
H A Dtree.h157 const xmlChar *PublicID; /* Public identifier, if any */ member in struct:_xmlNotation

Completed in 35 milliseconds