Home
last modified time | relevance | path

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

/external/libxml2/doc/examples/
Dxpath1.c27 void print_xpath_nodes(xmlNodeSetPtr nodes, FILE* output);
126 print_xpath_nodes(xpathObj->nodesetval, stdout); in execute_xpath_expression()
205 print_xpath_nodes(xmlNodeSetPtr nodes, FILE* output) { in print_xpath_nodes() function