Lines Matching full:systemid
5067 xmlChar *Systemid;
5100 Systemid = xmlParseExternalID(ctxt, &Pubid, 0);
5111 ctxt->sax->notationDecl(ctxt->userData, name, Pubid, Systemid);
5115 if (Systemid != NULL) xmlFree(Systemid);
6737 * @SystemID: the system identifier (or URL)
6747 const xmlChar *SystemID) {
6784 xmlCreateIntSubset(ctxt->myDoc, NULL, ExternalID, SystemID);
7735 * ExternalID/SystemID given. This is to be used for Included in Literal
7968 * Check for SystemID and ExternalID
12167 * @SystemID: a NAME* containing the URL to the DTD
12176 const xmlChar *SystemID) {
12183 if ((ExternalID == NULL) && (SystemID == NULL)) return(NULL);
12203 systemIdCanonic = xmlCanonicPath(SystemID);
12204 if ((SystemID != NULL) && (systemIdCanonic == NULL)) {
12262 ExternalID, SystemID);
12263 xmlParseExternalSubset(ctxt, ExternalID, SystemID);
12295 * @SystemID: a NAME* containing the URL to the DTD
12303 xmlParseDTD(const xmlChar *ExternalID, const xmlChar *SystemID) {
12304 return(xmlSAXParseDTD(NULL, ExternalID, SystemID));