Home | History | Annotate | Download | only in libxml2

Lines Matching refs:entities

52 #include <libxml/entities.h>
150 * use the number of parsed entities in the replacement
155 * The amount of data parsed counting entities size only once
164 * Check the density of entities for the amount of data
422 errmsg = "external parsed entities cannot be standalone\n";
1930 * in UTF-8 mode. It also pop-up unfinished entities on the fly.
2041 * It pops up finished entities in the process if allowable at that point.
2088 * Need to handle support of entities branching here
2098 * Commodity functions to handle entities *
2412 * In a document with an external subset or external parameter entities
2519 * parameter entities with "standalone='no'", ...
3681 * Pop-up of finished entities.
3696 * Raise problem w.r.t. '&' and '%' being used in non-entities
3710 "EntityValue: '%c' forbidden except for entities references\n",
3726 * Then PEReference entities are substituted.
3886 * entities problems
3966 * Note: the parser won't do substitution of entities here, this
5181 "colon are forbidden from entities names '%s'\n",
5638 * 'ENTITIES' | 'NMTOKEN' | 'NMTOKENS'
5662 * of type ENTITIES must match Names; each Entity Name must match the
6395 * Pop-up of finished entities.
6490 entities.
6609 * entities or to the external subset.)
6641 * This is only for internal subset. On external entities,
6648 * Conditional sections are allowed from entities included
6664 * parse an XML declaration header for external entities
6805 * Pop-up of finished entities.
6899 /* special case of predefined entities */
6957 * Store the number of entities needing parsing for this entity
7101 * There is a problem on the handling of _private for entities
7126 * when operating on a reader, the entities definitions
7127 * are always owning the entities subtree.
7241 * documents need not declare any of the following entities: amp, lt,
7245 * attribute-list declaration. Note that if entities are declared in the
7246 * external subset or in external parameter entities, a non-validating
7294 * entities which may have stored in the parser context.
7314 * need not declare any of the following entities: amp, lt,
7321 * entities are declared in the external subset or in
7322 * external parameter entities, a non-validating processor
7359 * entity references to external entities.
7381 * Internal check, no parameter entities here ...
7420 * documents need not declare any of the following entities: amp, lt,
7424 * attribute-list declaration. Note that if entities are declared in the
7425 * external subset or in external parameter entities, a non-validating
7486 * entities which may have stored in the parser context.
7505 * need not declare any of the following entities: amp, lt,
7512 * entities are declared in the external subset or in
7513 * external parameter entities, a non-validating processor
7546 * entity references to external entities.
7569 * Internal check, no parameter entities here ...
7617 * In a document with an external subset or external parameter entities
7679 * parameter entities with "standalone='no'", ...
7736 * http://www.w3.org/TR/REC-xml/#inliteral processing of entities references
7833 * In a document with an external subset or external parameter entities
7902 * parameter entities with "standalone='no'", ...
8034 * Pop-up of finished entities.
8072 * to external entities.
8772 * but that only happens if charrefs or entities refernces
9532 * Pop-up of finished entities.
10013 * - entities (other than amp, lt, gt, apos, quot), if references
10014 * to those entities appear in the document, or
10799 * Pop-up of finished entities.
11144 * Pop-up of finished entities.
11828 * The value of @filename is used for fetching external entities
12680 * Record in the parent context the number of entities replacement
12941 * Record in the parent context the number of entities replacement
14092 * Specific function to keep track of entities references *