HomeSort by relevance Sort by last modified time
    Searched refs:xmlNewProp (Results 1 - 10 of 10) sorted by null

  /external/libxml2/doc/examples/
tree2.c 60 * xmlNewProp() creates attributes, which is "attached" to an node.
66 xmlNewProp(node, BAD_CAST "attribute", BAD_CAST "yes");
67 xmlNewProp(node, BAD_CAST "foo", BAD_CAST "bar");
89 xmlNewProp(node1, BAD_CAST "odd", BAD_CAST((j % 2) ? "no" : "yes"));
  /external/libxml2/doc/tutorial/
includeaddattribute.c 39 newattr = xmlNewProp (newnode, "uri", uri);
  /external/parameter-framework/upstream/xmlserializer/
XmlElement.cpp 214 xmlNewProp(_pXmlElement, BAD_CAST name.c_str(), BAD_CAST value);
  /external/wpa_supplicant_8/src/utils/
xml_libxml2.c 335 attr = xmlNewProp((xmlNodePtr) node, (const xmlChar *) name,
  /external/libxml2/
libxml2.syms 996 xmlNewProp;
    [all...]
elfgcchack.h     [all...]
tree.c     [all...]
testapi.c     [all...]
xmlschemas.c     [all...]
  /external/libxml2/include/libxml/
tree.h 790 xmlNewProp (xmlNodePtr node,
    [all...]

Completed in 208 milliseconds