Lines Matching refs:publicId
518 xmlSAX2ResolveEntity(void *ctx, const xmlChar *publicId, const xmlChar *systemId) in xmlSAX2ResolveEntity() argument
535 "SAX.xmlSAX2ResolveEntity(%s, %s)\n", publicId, systemId); in xmlSAX2ResolveEntity()
539 (const char *) publicId, ctxt); in xmlSAX2ResolveEntity()
664 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) in xmlSAX2EntityDecl() argument
673 name, type, publicId, systemId, content); in xmlSAX2EntityDecl()
676 ent = xmlAddDocEntity(ctxt->myDoc, name, type, publicId, in xmlSAX2EntityDecl()
695 ent = xmlAddDtdEntity(ctxt->myDoc, name, type, publicId, in xmlSAX2EntityDecl()
848 const xmlChar *publicId, const xmlChar *systemId) in xmlSAX2NotationDecl() argument
858 "SAX.xmlSAX2NotationDecl(%s, %s, %s)\n", name, publicId, systemId); in xmlSAX2NotationDecl()
861 if ((publicId == NULL) && (systemId == NULL)) { in xmlSAX2NotationDecl()
868 publicId, systemId); in xmlSAX2NotationDecl()
871 publicId, systemId); in xmlSAX2NotationDecl()
899 const xmlChar *publicId, const xmlChar *systemId, in xmlSAX2UnparsedEntityDecl() argument
908 name, publicId, systemId, notationName); in xmlSAX2UnparsedEntityDecl()
913 publicId, systemId, notationName); in xmlSAX2UnparsedEntityDecl()
933 publicId, systemId, notationName); in xmlSAX2UnparsedEntityDecl()