Home | History | Annotate | Download | only in libxml2

Lines Matching full:entities

2143  * Deallocate the memory used by an entities hash table.
2237 xmlBufferWriteChar(buf, " ENTITIES");
2415 * Deallocate the memory used by an entities hash table.
3797 * of type ENTITIES must match Names ...
3831 * Values of type ENTITIES must match a sequence of declared entities
3893 "ENTITIES attribute %s reference an unknown entity \"%s\"\n",
3899 "ENTITIES attribute %s reference an entity \"%s\" of wrong type\n",
4329 * @value: the attribute value (without entities processing)
4506 * @value: the attribute value (without entities processing)
5353 * An entities reference appeared at this level.
6388 * Entities references have to be handled separately
6580 * Check all the ENTITY/ENTITIES attributes definition for validity
6742 * - check that ENTITY and ENTITIES type attributes default or
6743 * possible values matches one of the defined entities.
6754 xmlEntitiesTablePtr entities;
6766 if ((dtd != NULL) && (dtd->entities != NULL)) {
6767 entities = (xmlEntitiesTablePtr) dtd->entities;
6768 xmlHashScan(entities, (xmlHashScanner) xmlValidateNotationCallback,
6776 if ((dtd != NULL) && (dtd->entities != NULL)) {
6777 entities = (xmlEntitiesTablePtr) dtd->entities;
6778 xmlHashScan(entities, (xmlHashScanner) xmlValidateNotationCallback,