Searched refs:xmlNewProp (Results 1 – 13 of 13) sorted by relevance
/external/libxml2/doc/examples/ |
D | tree2.c | 66 xmlNewProp(node, BAD_CAST "attribute", BAD_CAST "yes"); in main() 67 xmlNewProp(node, BAD_CAST "foo", BAD_CAST "bar"); in main() 89 xmlNewProp(node1, BAD_CAST "odd", BAD_CAST((j % 2) ? "no" : "yes")); in main()
|
/external/libxml2/doc/tutorial/ |
D | includeaddattribute.c | 39 newattr = xmlNewProp (newnode, "uri", uri);
|
/external/parameter-framework/upstream/xmlserializer/ |
D | XmlElement.cpp | 214 xmlNewProp(_pXmlElement, BAD_CAST name.c_str(), BAD_CAST value); in setAttribute()
|
/external/wpa_supplicant_8/src/utils/ |
D | xml_libxml2.c | 335 attr = xmlNewProp((xmlNodePtr) node, (const xmlChar *) name, in xml_node_add_attr()
|
/external/libxml2/include/libxml/ |
D | tree.h | 790 xmlNewProp (xmlNodePtr node,
|
/external/libxml2/ |
D | libxml2.syms | 996 xmlNewProp;
|
D | elfgcchack.h | 6338 #undef xmlNewProp 6339 extern __typeof (xmlNewProp) xmlNewProp __attribute((alias("xmlNewProp__internal_alias"))); 6341 #ifndef xmlNewProp 6342 extern __typeof (xmlNewProp) xmlNewProp__internal_alias __attribute((visibility("hidden"))); 6343 #define xmlNewProp xmlNewProp__internal_alias macro
|
D | tree.c | 1929 xmlNewProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) { in xmlNewProp() function
|
D | xmlschemas.c | 25559 if (xmlNewProp(defAttrOwnerElem, in xmlSchemaVAttributesComplex()
|
D | testapi.c | 21928 ret_val = xmlNewProp(node, (const xmlChar *)name, (const xmlChar *)value); in test_xmlNewProp()
|
D | ChangeLog | 19029 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
|
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 843 d xmlNewProp pr extproc('xmlNewProp')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1258 xmlNewProp
|