Home | History | Annotate | Download | only in libxml2

Lines Matching full:entity

399 	 * Ask the Entity resolver to load the damn thing
452 * let's parse that entity knowing it's an external subset.
466 * Restore the parsing context of the main entity
480 * @publicId: The public ID of the entity
481 * @systemId: The system ID of the entity
483 * The entity loader, to control the loading of external entities,
487 * set up it's own entity resolution routine
522 * @name: The entity name
524 * Get an entity by name
557 "Entity(%s) document marked standalone but requires external subset\n",
574 * parse the external entity
584 "Failure to process entity %s\n", name, NULL);
598 * @name: The entity name
600 * Get a parameter entity by name
624 * @name: the entity name
625 * @type: the entity type
626 * @publicId: The public ID of the entity
627 * @systemId: The system ID of the entity
628 * @content: the entity value (without processing).
630 * An entity definition has been parsed
650 "Entity(%s) already defined in the internal subset\n",
670 "Entity(%s) already defined in the external subset\n", name);
811 * @publicId: The public ID of the entity
812 * @systemId: The system ID of the entity
860 * @name: The name of the entity
861 * @publicId: The public ID of the entity
862 * @systemId: The system ID of the entity
865 * What to do when an unparsed entity declaration is parsed
887 "Entity(%s) already defined in the internal subset\n", name);
907 "Entity(%s) already defined in the external subset\n", name);
1987 * We know that if there is an entity reference, then
2433 * @name: The entity name
2435 * called when an entity xmlSAX2Reference is detected.