Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlNewTextChild

2420  * xmlNewTextChild:
2431 * preserved. Use this function, xmlNewTextChild(), if you need to ensure that
2439 xmlNewTextChild(xmlNodePtr parent, xmlNsPtr ns,
2446 "xmlNewTextChild : parent == NULL\n");
2454 "xmlNewTextChild : name == NULL\n");
2814 * xmlEncodeEntitiesReentrant(), or xmlNewTextChild() should be used.