Lines Matching full:systemid
5403 xmlChar *Systemid;
5436 Systemid = xmlParseExternalID(ctxt, &Pubid, 0);
5447 ctxt->sax->notationDecl(ctxt->userData, name, Pubid, Systemid);
5451 if (Systemid != NULL) xmlFree(Systemid);
7095 * @SystemID: the system identifier (or URL)
7105 const xmlChar *SystemID) {
7142 xmlCreateIntSubset(ctxt->myDoc, NULL, ExternalID, SystemID);
8131 * ExternalID/SystemID given. This is to be used for Included in Literal
8381 * Check for SystemID and ExternalID
12901 * @SystemID: a NAME* containing the URL to the DTD
12910 const xmlChar *SystemID) {
12917 if ((ExternalID == NULL) && (SystemID == NULL)) return(NULL);
12940 systemIdCanonic = xmlCanonicPath(SystemID);
12941 if ((SystemID != NULL) && (systemIdCanonic == NULL)) {
12999 ExternalID, SystemID);
13000 xmlParseExternalSubset(ctxt, ExternalID, SystemID);
13032 * @SystemID: a NAME* containing the URL to the DTD
13040 xmlParseDTD(const xmlChar *ExternalID, const xmlChar *SystemID) {
13041 return(xmlSAXParseDTD(NULL, ExternalID, SystemID));