Lines Matching full:entities
523 fprintf(ctxt->output, " ENTITIES");
1278 * Dumps debug information for all the entities in use by the document
1285 if ((doc->intSubset != NULL) && (doc->intSubset->entities != NULL)) {
1287 doc->intSubset->entities;
1290 fprintf(ctxt->output, "Entities in internal subset\n");
1294 fprintf(ctxt->output, "No entities in internal subset\n");
1295 if ((doc->extSubset != NULL) && (doc->extSubset->entities != NULL)) {
1297 doc->extSubset->entities;
1300 fprintf(ctxt->output, "Entities in external subset\n");
1304 fprintf(ctxt->output, "No entities in external subset\n");
1394 * Dumps debug information for all the entities in use by the document