Home | History | Annotate | Download | only in libxml2

Lines Matching full:pubid

5321     xmlChar *Pubid;
5355 Systemid = xmlParseExternalID(ctxt, &Pubid, 0);
5366 ctxt->sax->notationDecl(ctxt->userData, name, Pubid, Systemid);
5371 if (Pubid != NULL) xmlFree(Pubid);