Home
last modified time | relevance | path

Searched refs:Systemid (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dparser.c5328 xmlChar *Systemid; in xmlParseNotationDecl() local
5359 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()