Home | History | Annotate | Download | only in libxml2

Lines Matching refs:systemId

331  * @SystemID:  the SYSTEM ID (e.g. filename or URL)
337 const xmlChar *ExternalID, const xmlChar *SystemID)
345 name, ExternalID, SystemID);
359 xmlCreateIntSubset(ctxt->myDoc, name, ExternalID, SystemID);
369 * @SystemID: the SYSTEM ID (e.g. filename or URL)
375 const xmlChar *ExternalID, const xmlChar *SystemID)
382 name, ExternalID, SystemID);
384 if (((ExternalID != NULL) || (SystemID != NULL)) &&
403 SystemID);
408 xmlNewDtd(ctxt->myDoc, name, ExternalID, SystemID);
444 input->filename = (char *) xmlCanonicPath(SystemID);
454 xmlParseExternalSubset(ctxt, ExternalID, SystemID);
481 * @systemId: The system ID of the entity
492 xmlSAX2ResolveEntity(void *ctx, const xmlChar *publicId, const xmlChar *systemId)
505 URI = xmlBuildURI(systemId, (const xmlChar *) base);
509 "SAX.xmlSAX2ResolveEntity(%s, %s)\n", publicId, systemId);
627 * @systemId: The system ID of the entity
634 systemId, xmlChar *content)
643 name, type, publicId, systemId, content);
647 systemId, content);
652 if ((ent != NULL) && (ent->URI == NULL) && (systemId != NULL)) {
661 URI = xmlBuildURI(systemId, (const xmlChar *) base);
666 systemId, content);
671 if ((ent != NULL) && (ent->URI == NULL) && (systemId != NULL)) {
680 URI = xmlBuildURI(systemId, (const xmlChar *) base);
812 * @systemId: The system ID of the entity
818 const xmlChar *publicId, const xmlChar *systemId)
828 "SAX.xmlSAX2NotationDecl(%s, %s, %s)\n", name, publicId, systemId);
831 if ((publicId == NULL) && (systemId == NULL)) {
838 publicId, systemId);
841 publicId, systemId);
862 * @systemId: The system ID of the entity
869 const xmlChar *publicId, const xmlChar *systemId,
878 name, publicId, systemId, notationName);
883 publicId, systemId, notationName);
888 if ((ent != NULL) && (ent->URI == NULL) && (systemId != NULL)) {
897 URI = xmlBuildURI(systemId, (const xmlChar *) base);
903 publicId, systemId, notationName);
908 if ((ent != NULL) && (ent->URI == NULL) && (systemId != NULL)) {
917 URI = xmlBuildURI(systemId, (const xmlChar *) base);