Home | History | Annotate | Download | only in libxml

Lines Matching full:entity

39  * Each entity parsed is associated an xmlParserInput (except the
73 const xmlChar *encoding; /* the encoding string for entity */
74 const xmlChar *version; /* the version string for entity */
75 int standalone; /* Was that entity marked standalone */
76 int id; /* an unique identifier for the entity */
124 XML_PARSER_ENTITY_DECL, /* within an entity declaration */
125 XML_PARSER_ENTITY_VALUE, /* within an entity value in a decl */
217 int external; /* are we parsing an external entity */
249 int depth; /* to prevent entity substitution loops */
250 xmlParserInputPtr entity; /* used to check entities boundaries */
313 unsigned long sizeentcopy; /* volume of entity copy */
338 * @publicId: The public ID of the entity
339 * @systemId: The system ID of the entity
342 * The entity loader, to control the loading of external entities,
346 * set up it's own entity resolution routine
382 * @name: The entity name
384 * Get an entity by name.
393 * @name: The entity name
395 * Get a parameter entity by name.
404 * @name: the entity name
405 * @type: the entity type
406 * @publicId: The public ID of the entity
407 * @systemId: The system ID of the entity
408 * @content: the entity value (without processing).
410 * An entity definition has been parsed.
422 * @publicId: The public ID of the entity
423 * @systemId: The system ID of the entity
466 * @name: The name of the entity
467 * @publicId: The public ID of the entity
468 * @systemId: The system ID of the entity
471 * What to do when an unparsed entity declaration is parsed.
539 * @name: The entity name
541 * Called when an entity reference is detected.
798 * External entity loaders types.
800 * Returns the entity input parser.