Home | History | Annotate | Download | only in libxml2

Lines Matching full:entity

94 	    msg = "unterminated entity reference %15s\n";
152 * @name: The entity name
154 * Do an entity lookup in the DTD entity hash table and
155 * return the corresponding entity, if found.
157 * Returns A pointer to the entity structure or NULL if not found.
173 * @name: The entity name
175 * Do an entity lookup in the DTD pararmeter entity hash table and
176 * return the corresponding entity, if found.
178 * Returns A pointer to the entity structure or NULL if not found.
1346 * Read the entity string
1531 * Read the entity string
1631 * @inLine: should we replace entity contents or show their external form
1668 /* an entity content can be any "well balanced chunk",
1672 * entity reference nodes (among others).
1712 * @inLine: should we replace entity contents or show their external form
1750 /* an entity content can be any "well balanced chunk",
1754 * entity reference nodes (among others).
2434 * escaped entity representations.
2586 * The parent pointer in entity is a DTD pointer and thus is NOT
2812 * NOTE: @content is supposed to be a piece of XML CDATA, so it allows entity
5138 * 5.1.2. Base URI from the Encapsulating Entity
5223 * Entity references are substituted.
5308 /* lookup entity declaration */
5313 /* an entity content can be any "well balanced chunk",
5364 * Entity references are substituted.
5400 /* lookup entity declaration */
5472 * NOTE: @content is supposed to be a piece of XML CDATA, so it allows entity
5549 * NOTE: @content is supposed to be a piece of XML CDATA, so it allows entity
5624 * raw text, so unescaped XML special chars are allowed, entity
5699 * raw text, so unescaped XML special chars are allowed, entity
6531 * This does the entity substitution.
6551 * This does the entity substitution.
6577 * This does the entity substitution.
6604 * This does the entity substitution.
9036 * Assign new entity-node if available.
9430 * Different doc: Assign new entity-node if available.
9441 * Same doc: Use the current node's entity declaration
9755 * Assign new entity-node if available.
9892 * Assign new entity-node if available.