Home | History | Annotate | Download | only in libxml2

Lines Matching full:systemid

468         if (dtd->SystemID != NULL)
469 fprintf(ctxt->output, ", SYSTEM %s", (char *) dtd->SystemID);
692 if (ent->SystemID) {
694 fprintf(ctxt->output, " SystemID=%s\n",
695 (char *) ent->SystemID);
797 if (ent->SystemID) {
799 fprintf(ctxt->output, "SystemID=%s\n", (char *) ent->SystemID);
1262 if (cur->SystemID != NULL)
1263 fprintf(ctxt->output, "SYSTEM \"%s\"", (char *) cur->SystemID);