HomeSort by relevance Sort by last modified time
    Searched defs:xmlAddDocEntity (Results 1 - 2 of 2) sorted by null

  /external/libxml2/
entities.c 337 * xmlAddDocEntity:
350 xmlAddDocEntity(xmlDocPtr doc, const xmlChar *name, int type,
358 "xmlAddDocEntity: document is NULL");
363 "xmlAddDocEntity: document without internal subset");
394 * Create a new entity, this differs from xmlAddDocEntity() that if
410 return(xmlAddDocEntity(doc, name, type, ExternalID, SystemID, content));
elfgcchack.h     [all...]

Completed in 39 milliseconds