Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlNewDtd

858  * xmlNewDtd:
870 xmlNewDtd(xmlDocPtr doc, const xmlChar *name,
877 "xmlNewDtd(%s): document %s already have a DTD %s\n",
4433 ret = xmlNewDtd(NULL, dtd->name, dtd->ExternalID, dtd->SystemID);