Home
last modified time | relevance | path

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

/external/libxml2/
Dvalid.c2344 if (nota->PublicID != NULL) in xmlFreeNotation()
2345 xmlFree((xmlChar *) nota->PublicID); in xmlFreeNotation()
2367 const xmlChar *PublicID, const xmlChar *SystemID) { in xmlAddNotationDecl() argument
2377 if ((PublicID == NULL) && (SystemID == NULL)) { in xmlAddNotationDecl()
2411 if (PublicID != NULL) in xmlAddNotationDecl()
2412 ret->PublicID = xmlStrdup(PublicID); in xmlAddNotationDecl()
2469 if (nota->PublicID != NULL) in xmlCopyNotation()
2470 cur->PublicID = xmlStrdup(nota->PublicID); in xmlCopyNotation()
2472 cur->PublicID = NULL; in xmlCopyNotation()
2508 if (nota->PublicID != NULL) { in xmlDumpNotationDecl()
[all …]
/external/libxml2/include/libxml/
Dvalid.h157 const xmlChar *PublicID,
Dtree.h196 const xmlChar *PublicID; /* Public identifier, if any */ member
/external/libxml2/os400/libxmlrpg/
Dvalid.rpgle126 d PublicID * value options(*string) const xmlChar *
Dtree.rpgle209 d PublicID * const xmlChar *