Home | History | Annotate | Download | only in libxml2

Lines Matching full:entities

2144  * Deallocate the memory used by an entities hash table.
2238 xmlBufferWriteChar(buf, " ENTITIES");
2416 * Deallocate the memory used by an entities hash table.
3796 * of type ENTITIES must match Names ...
3830 * Values of type ENTITIES must match a sequence of declared entities
3892 "ENTITIES attribute %s reference an unknown entity \"%s\"\n",
3898 "ENTITIES attribute %s reference an entity \"%s\" of wrong type\n",
4328 * @value: the attribute value (without entities processing)
4505 * @value: the attribute value (without entities processing)
5352 * An entities reference appeared at this level.
6389 * Entities references have to be handled separately
6581 * Check all the ENTITY/ENTITIES attributes definition for validity
6743 * - check that ENTITY and ENTITIES type attributes default or
6744 * possible values matches one of the defined entities.
6755 xmlEntitiesTablePtr entities;
6767 if ((dtd != NULL) && (dtd->entities != NULL)) {
6768 entities = (xmlEntitiesTablePtr) dtd->entities;
6769 xmlHashScan(entities, (xmlHashScanner) xmlValidateNotationCallback,
6777 if ((dtd != NULL) && (dtd->entities != NULL)) {
6778 entities = (xmlEntitiesTablePtr) dtd->entities;
6779 xmlHashScan(entities, (xmlHashScanner) xmlValidateNotationCallback,