Home
last modified time | relevance | path

Searched refs:xmlNewChild (Results 1 – 12 of 12) sorted by relevance

/external/libxml2/doc/examples/
Dtree2.c51 xmlNewChild(root_node, NULL, BAD_CAST "node1", in main()
56 xmlNewChild(root_node, NULL, BAD_CAST "node2", NULL); in main()
63 xmlNewChild(root_node, NULL, BAD_CAST "node3", in main()
84 node = xmlNewChild(root_node, NULL, BAD_CAST buff, NULL); in main()
87 node1 = xmlNewChild(node, NULL, BAD_CAST buff, NULL); in main()
/external/parameter-framework/upstream/xmlserializer/
DXmlElement.cpp237 xmlNodePtr pChildNode = xmlNewChild(_pXmlElement, NULL, BAD_CAST strType.c_str(), NULL); in createChild()
/external/wpa_supplicant_8/src/utils/
Dxml_libxml2.c285 node = xmlNewChild((xmlNodePtr) parent, (xmlNsPtr) ns, in xml_node_create()
/external/libxml2/include/libxml/
Dtree.h844 xmlNewChild (xmlNodePtr parent,
/external/libxml2/
Dlibxml2.syms977 xmlNewChild;
Delfgcchack.h6040 #undef xmlNewChild
6041 extern __typeof (xmlNewChild) xmlNewChild __attribute((alias("xmlNewChild__internal_alias")));
6043 #ifndef xmlNewChild
6044 extern __typeof (xmlNewChild) xmlNewChild__internal_alias __attribute((visibility("hidden")));
6045 #define xmlNewChild xmlNewChild__internal_alias macro
Dtree.c2883 xmlNewChild(xmlNodePtr parent, xmlNsPtr ns, in xmlNewChild() function
Drelaxng.c7190 xmlNewChild(cur, cur->ns, BAD_CAST "name", in xmlRelaxNGCleanupTree()
DChangeLog8067 ns is NULL to xmlNewChild and xmlNewTextChild API doc
8109 Elaborate in documentation discussion of xmlNewChild
12619 xmlNewChild() on document fragment nodes
19235 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
Dtestapi.c21198 ret_val = xmlNewChild(parent, ns, (const xmlChar *)name, (const xmlChar *)content); in test_xmlNewChild()
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle939 d xmlNewChild pr extproc('xmlNewChild')
/external/libxml2/win32/
Dlibxml2.def.src1229 xmlNewChild