Searched refs:xmlAddEntity (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | entities.c | 203 xmlAddEntity(xmlDtdPtr dtd, const xmlChar *name, int type, in xmlAddEntity() function 318 ret = xmlAddEntity(dtd, name, type, ExternalID, SystemID, content); in xmlAddDtdEntity() 367 ret = xmlAddEntity(dtd, name, type, ExternalID, SystemID, content); in xmlAddDocEntity()
|