| 10950 | |
| 10951 | #ifndef PUGIXML_NO_STL |
| 10952 | PUGI__FN string_t xpath_query::evaluate_string(const xpath_node& n) const |
| 10953 | { |
| 10954 | impl::xpath_stack_data sd; |
| 10955 | |
| 10956 | return impl::evaluate_string_impl(static_cast<impl::xpath_query_impl*>(_impl), n, sd).c_str(); |
| 10957 | } |
| 10958 | #endif |
| 10959 | |
| 10960 | PUGI__FN size_t xpath_query::evaluate_string(char_t* buffer, size_t capacity, const xpath_node& n) const |