| 10182 | } |
| 10183 | |
| 10184 | PUGI__FN xpath_node_set xml_node::select_nodes(const char_t* query, xpath_variable_set* variables) const |
| 10185 | { |
| 10186 | xpath_query q(query, variables); |
| 10187 | return select_nodes(q); |
| 10188 | } |
| 10189 | |
| 10190 | PUGI__FN xpath_node_set xml_node::select_nodes(const xpath_query& query) const |
| 10191 | { |
nothing calls this directly
no test coverage detected