| 9877 | } |
| 9878 | |
| 9879 | PUGI__FN const char_t* xpath_variable::get_string() const |
| 9880 | { |
| 9881 | const char_t* value = (_type == xpath_type_string) ? static_cast<const impl::xpath_variable_string*>(this)->value : 0; |
| 9882 | return value ? value : PUGIXML_TEXT(""); |
| 9883 | } |
| 9884 | |
| 9885 | PUGI__FN const xpath_node_set& xpath_variable::get_node_set() const |
| 9886 | { |