Searched refs:xmlNewTextChild (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/doc/tutorial/
H A Dincludeaddattribute.c38 newnode = xmlNewTextChild (cur, NULL, "reference", NULL);
H A Dincludeaddkeyword.c11 xmlNewTextChild (cur, NULL, "keyword", keyword);
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h829 xmlNewTextChild (xmlNodePtr parent,
/vbox/src/libs/libxml2-2.6.31/
H A Delfgcchack.h6232 #undef xmlNewTextChild macro
6233 extern __typeof (xmlNewTextChild) xmlNewTextChild __attribute((alias("xmlNewTextChild__internal_alias")));
6235 #ifndef xmlNewTextChild
6236 extern __typeof (xmlNewTextChild) xmlNewTextChild__internal_alias __attribute((visibility("hidden")));
6237 #define xmlNewTextChild xmlNewTextChild__internal_alias macro
H A Dtree.c2390 * xmlNewTextChild:
2401 * preserved. Use this function, xmlNewTextChild(), if you need to ensure that
2409 xmlNewTextChild(xmlNodePtr parent, xmlNsPtr ns, function
2416 "xmlNewTextChild : parent == NULL\n");
2424 "xmlNewTextChild : name == NULL\n");
2784 * xmlEncodeEntitiesReentrant(), or xmlNewTextChild() should be used.
H A Dtestapi.c21684 ret_val = xmlNewTextChild(parent, ns, (const xmlChar *)name, (const xmlChar *)content);
21693 printf("Leak of %d blocks found in xmlNewTextChild",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c6686 if (!PyArg_ParseTuple(args, (char *)"OOzz:xmlNewTextChild", &pyobj_parent, &pyobj_ns, &name, &content))
6691 c_retval = xmlNewTextChild(parent, ns, name, content);

Completed in 318 milliseconds