Home
last modified time | relevance | path

Searched refs:PublicID (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/
Dvalid.c2374 if (nota->PublicID != NULL) in xmlFreeNotation()
2375 xmlFree((xmlChar *) nota->PublicID); in xmlFreeNotation()
2397 const xmlChar *PublicID, const xmlChar *SystemID) { in xmlAddNotationDecl() argument
2407 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 …]
/external/libxml2/include/libxml/
Dvalid.h157 const xmlChar *PublicID,
Dtree.h157 const xmlChar *PublicID; /* Public identifier, if any */ member