| 12958 | } |
| 12959 | |
| 12960 | PUGI_IMPL_FN const char_t* xpath_variable::get_string() const |
| 12961 | { |
| 12962 | const char_t* value = (_type == xpath_type_string) ? static_cast<const impl::xpath_variable_string*>(this)->value : NULL; |
| 12963 | return value ? value : PUGIXML_TEXT(""); |
| 12964 | } |
| 12965 | |
| 12966 | PUGI_IMPL_FN const xpath_node_set& xpath_variable::get_node_set() const |
| 12967 | { |
no outgoing calls
no test coverage detected