Home
last modified time | relevance | path

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

/external/libxml2/doc/examples/
Dxpath2.c28 static void update_xpath_nodes(xmlNodeSetPtr nodes, const xmlChar * value);
119 update_xpath_nodes(xpathObj->nodesetval, value); in example4()
144 update_xpath_nodes(xmlNodeSetPtr nodes, const xmlChar* value) { in update_xpath_nodes() function