Home | History | Annotate | Download | only in libxml2

Lines Matching full:publicid

906  * @publicId: The public ID of the entity
919 resolveEntity(void *ctx, const xmlChar * publicId,
923 return (xmlSAX2ResolveEntity(ctx, publicId, systemId));
966 * @publicId: The public ID of the entity
975 const xmlChar * publicId, const xmlChar * systemId,
979 xmlSAX2EntityDecl(ctx, name, type, publicId, systemId, content);
1027 * @publicId: The public ID of the entity
1035 const xmlChar * publicId, const xmlChar * systemId)
1038 xmlSAX2NotationDecl(ctx, name, publicId, systemId);
1045 * @publicId: The public ID of the entity
1054 const xmlChar * publicId, const xmlChar * systemId,
1058 xmlSAX2UnparsedEntityDecl(ctx, name, publicId, systemId,