| 9236 | } |
| 9237 | |
| 9238 | const char_t* xpath_variable::get_string() const |
| 9239 | { |
| 9240 | const char_t* value = (_type == xpath_type_string) ? static_cast<const xpath_variable_string*>(this)->value : 0; |
| 9241 | return value ? value : PUGIXML_TEXT(""); |
| 9242 | } |
| 9243 | |
| 9244 | const xpath_node_set& xpath_variable::get_node_set() const |
| 9245 | { |