| 11490 | } |
| 11491 | |
| 11492 | PUGI__FN xpath_node_set xml_node::select_nodes(const char_t* query, xpath_variable_set* variables) const |
| 11493 | { |
| 11494 | xpath_query q(query, variables); |
| 11495 | return select_nodes(q); |
| 11496 | } |
| 11497 | |
| 11498 | PUGI__FN xpath_node_set xml_node::select_nodes(const xpath_query& query) const |
| 11499 | { |
nothing calls this directly
no test coverage detected