Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlNewChild

2430  * NOTE: Use xmlNewChild() if @content will contain entities that need to be
2802 * xmlNewChild:
2819 xmlNewChild(xmlNodePtr parent, xmlNsPtr ns,
2826 "xmlNewChild : parent == NULL\n");
2834 "xmlNewChild : name == NULL\n");