Home
last modified time | relevance | path

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

/external/libxml2/
Dentities.c147 xmlCreateEntity(xmlDictPtr dict, const xmlChar *name, int type, in xmlCreateEntity() function
234 ret = xmlCreateEntity(dict, name, type, ExternalID, SystemID, content); in xmlAddEntity()
414 ret = xmlCreateEntity(dict, name, type, ExternalID, SystemID, content); in xmlNewEntity()