Lines Matching full:entities
32 #include <libxml/entities.h>
145 * Functions to move to entities.c once the *
166 if((dtd != NULL) && (dtd->entities != NULL)) {
167 table = (xmlEntitiesTablePtr) dtd->entities;
1114 * of notations, elements, attributes and entities.
1139 if (cur->entities != NULL)
1140 xmlFreeEntitiesTable((xmlEntitiesTablePtr) cur->entities);
1364 * Predefined entities don't generate nodes
1560 * Predefined entities don't generate nodes
2296 * NOTE: @content is supposed to be a piece of XML CDATA, so it allow entities
2299 * need entities support.
2333 * NOTE: @content is supposed to be a piece of XML CDATA, so it allow entities
2336 * need entities support.
2464 * NOTE: Use xmlNewChild() if @content will contain entities that need to be
3442 * Note the handling of entities references is different than in
3444 * from entities content to entities references.
3479 * Note the handling of entities references is different than in
3481 * from entities content to entities references.
3515 * Note the handling of entities references is different than in
3517 * from entities content to entities references.
3552 * Note the handling of entities references is different than in
3554 * from entities content to entities references.
3591 * Note the handling of entities references is different than in
3593 * from entities content to entities references.
3805 if (xmlHashLookup(doc->intSubset->entities, cur->name) == cur)
3806 xmlHashRemoveEntry(doc->intSubset->entities, cur->name,
3813 if (xmlHashLookup(doc->extSubset->entities, cur->name) == cur)
3814 xmlHashRemoveEntry(doc->extSubset->entities, cur->name,
4416 if (dtd->entities != NULL)
4417 ret->entities = (void *) xmlCopyEntitiesTable(
4418 (xmlEntitiesTablePtr) dtd->entities);
4493 * be copied too as well as DTD, namespaces and entities.
5972 * We don't allow to cross entities boundaries. If you don't declare