Home
last modified time | relevance | path

Searched refs:xmlNewProp (Results 1 – 13 of 13) sorted by relevance

/external/libxml2/doc/examples/
Dtree2.c65 xmlNewProp(node, BAD_CAST "attribute", BAD_CAST "yes"); in main()
66 xmlNewProp(node, BAD_CAST "foo", BAD_CAST "bar"); in main()
88 xmlNewProp(node1, BAD_CAST "odd", BAD_CAST((j % 2) ? "no" : "yes")); in main()
/external/libxml2/doc/tutorial/
Dincludeaddattribute.c39 newattr = xmlNewProp (newnode, "uri", uri);
/external/parameter-framework/upstream/xmlserializer/
DXmlElement.cpp214 xmlNewProp(_pXmlElement, BAD_CAST name.c_str(), BAD_CAST value); in setAttribute()
/external/wpa_supplicant_8/src/utils/
Dxml_libxml2.c335 attr = xmlNewProp((xmlNodePtr) node, (const xmlChar *) name, in xml_node_add_attr()
/external/libxml2/include/libxml/
Dtree.h790 xmlNewProp (xmlNodePtr node,
/external/libxml2/
Dlibxml2.syms996 xmlNewProp;
Delfgcchack.h6338 #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
Dtree.c1939 xmlNewProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) { in xmlNewProp() function
Dxmlschemas.c25588 if (xmlNewProp(defAttrOwnerElem, in xmlSchemaVAttributesComplex()
Dtestapi.c22054 ret_val = xmlNewProp(node, (const xmlChar *)name, (const xmlChar *)value); in test_xmlNewProp()
DChangeLog19029 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle843 d xmlNewProp pr extproc('xmlNewProp')
/external/libxml2/win32/
Dlibxml2.def.src1258 xmlNewProp