Home | History | Annotate | Download | only in libxml2

Lines Matching full:systemid

348  * @SystemID:  the SYSTEM ID (e.g. filename or URL)
354 const xmlChar *ExternalID, const xmlChar *SystemID)
362 name, ExternalID, SystemID);
376 xmlCreateIntSubset(ctxt->myDoc, name, ExternalID, SystemID);
386 * @SystemID: the SYSTEM ID (e.g. filename or URL)
392 const xmlChar *ExternalID, const xmlChar *SystemID)
399 name, ExternalID, SystemID);
401 if (((ExternalID != NULL) || (SystemID != NULL)) &&
421 SystemID);
426 xmlNewDtd(ctxt->myDoc, name, ExternalID, SystemID);
465 input->filename = (char *) xmlCanonicPath(SystemID);
475 xmlParseExternalSubset(ctxt, ExternalID, SystemID);
507 * @systemId: The system ID of the entity
518 xmlSAX2ResolveEntity(void *ctx, const xmlChar *publicId, const xmlChar *systemId)
531 URI = xmlBuildURI(systemId, (const xmlChar *) base);
535 "SAX.xmlSAX2ResolveEntity(%s, %s)\n", publicId, systemId);
657 * @systemId: The system ID of the entity
664 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
673 name, type, publicId, systemId, content);
677 systemId, content);
682 if ((ent != NULL) && (ent->URI == NULL) && (systemId != NULL)) {
691 URI = xmlBuildURI(systemId, (const xmlChar *) base);
696 systemId, content);
701 if ((ent != NULL) && (ent->URI == NULL) && (systemId != NULL)) {
710 URI = xmlBuildURI(systemId, (const xmlChar *) base);
842 * @systemId: The system ID of the entity
848 const xmlChar *publicId, const xmlChar *systemId)
858 "SAX.xmlSAX2NotationDecl(%s, %s, %s)\n", name, publicId, systemId);
861 if ((publicId == NULL) && (systemId == NULL)) {
868 publicId, systemId);
871 publicId, systemId);
892 * @systemId: The system ID of the entity
899 const xmlChar *publicId, const xmlChar *systemId,
908 name, publicId, systemId, notationName);
913 publicId, systemId, notationName);
918 if ((ent != NULL) && (ent->URI == NULL) && (systemId != NULL)) {
927 URI = xmlBuildURI(systemId, (const xmlChar *) base);
933 publicId, systemId, notationName);
938 if ((ent != NULL) && (ent->URI == NULL) && (systemId != NULL)) {
947 URI = xmlBuildURI(systemId, (const xmlChar *) base);