Home | History | Annotate | Download | only in libxml2

Lines Matching full:publicid

480  * @publicId: The public ID of the entity
492 xmlSAX2ResolveEntity(void *ctx, const xmlChar *publicId, const xmlChar *systemId)
509 "SAX.xmlSAX2ResolveEntity(%s, %s)\n", publicId, systemId);
513 (const char *) publicId, ctxt);
626 * @publicId: The public ID of the entity
634 publicId, const xmlChar *systemId, xmlChar *content)
643 name, type, publicId, systemId, content);
646 ent = xmlAddDocEntity(ctxt->myDoc, name, type, publicId,
665 ent = xmlAddDtdEntity(ctxt->myDoc, name, type, publicId,
811 * @publicId: The public ID of the entity
818 const xmlChar *publicId, const xmlChar *systemId)
828 "SAX.xmlSAX2NotationDecl(%s, %s, %s)\n", name, publicId, systemId);
831 if ((publicId == NULL) && (systemId == NULL)) {
833 "SAX.xmlSAX2NotationDecl(%s) externalID or PublicID missing\n",
838 publicId, systemId);
841 publicId, systemId);
861 * @publicId: The public ID of the entity
869 const xmlChar *publicId, const xmlChar *systemId,
878 name, publicId, systemId, notationName);
883 publicId, systemId, notationName);
903 publicId, systemId, notationName);