Searched refs:Systemid (Results 1 – 1 of 1) sorted by relevance
5328 xmlChar *Systemid; in xmlParseNotationDecl() local5359 Systemid = xmlParseExternalID(ctxt, &Pubid, 0); in xmlParseNotationDecl()5371 ctxt->sax->notationDecl(ctxt->userData, name, Pubid, Systemid); in xmlParseNotationDecl()5375 if (Systemid != NULL) xmlFree(Systemid); in xmlParseNotationDecl()