Home | History | Annotate | Download | only in libxml2

Lines Matching full:entity

615  * [ WFC: Entity Declared ]
616 * the Name given in the entity reference must match that in an entity
620 * [ WFC: Parsed Entity ]
621 * An entity reference must not contain the name of an unparsed entity
647 * @entity: an XML entity pointer.
657 xmlEntityPtr entity ATTRIBUTE_UNUSED)
906 * @publicId: The public ID of the entity
907 * @systemId: The system ID of the entity
909 * The entity loader, to control the loading of external entities,
913 * set up it's own entity resolution routine
929 * @name: The entity name
931 * Get an entity by name
946 * @name: The entity name
948 * Get a parameter entity by name
964 * @name: the entity name
965 * @type: the entity type
966 * @publicId: The public ID of the entity
967 * @systemId: The system ID of the entity
968 * @content: the entity value (without processing).
970 * An entity definition has been parsed
1027 * @publicId: The public ID of the entity
1028 * @systemId: The system ID of the entity
1044 * @name: The name of the entity
1045 * @publicId: The public ID of the entity
1046 * @systemId: The system ID of the entity
1049 * What to do when an unparsed entity declaration is parsed
1160 * @name: The entity name
1162 * called when an entity reference is detected.