| 10711 | } |
| 10712 | |
| 10713 | PUGI__FN double xpath_variable::get_number() const |
| 10714 | { |
| 10715 | return (_type == xpath_type_number) |
| 10716 | ? static_cast<const impl::xpath_variable_number*>(this)->value |
| 10717 | : impl::gen_nan(); |
| 10718 | } |
| 10719 | |
| 10720 | PUGI__FN const char_t* xpath_variable::get_string() const |
| 10721 | { |