Home
last modified time | relevance | path

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

/external/libxml2/
Dvalid.c2326 if (nota->PublicID != NULL) in xmlFreeNotation()
2327 xmlFree((xmlChar *) nota->PublicID); in xmlFreeNotation()
2349 const xmlChar *PublicID, const xmlChar *SystemID) { in xmlAddNotationDecl() argument
2359 if ((PublicID == NULL) && (SystemID == NULL)) { in xmlAddNotationDecl()
2393 if (PublicID != NULL) in xmlAddNotationDecl()
2394 ret->PublicID = xmlStrdup(PublicID); in xmlAddNotationDecl()
2445 if (nota->PublicID != NULL) in xmlCopyNotation()
2446 cur->PublicID = xmlStrdup(nota->PublicID); in xmlCopyNotation()
2448 cur->PublicID = NULL; in xmlCopyNotation()
2485 if (nota->PublicID != NULL) { in xmlDumpNotationDecl()
[all …]
/external/libxml2/include/libxml/
Dvalid.h157 const xmlChar *PublicID,
Dtree.h195 const xmlChar *PublicID; /* Public identifier, if any */ member
/external/libxml2/os400/libxmlrpg/
Dvalid.rpgle125 d PublicID * value options(*string) const xmlChar *
Dtree.rpgle204 d PublicID * const xmlChar *