| 9867 | } |
| 9868 | |
| 9869 | PUGI__FN bool xpath_variable::get_boolean() const |
| 9870 | { |
| 9871 | return (_type == xpath_type_boolean) ? static_cast<const impl::xpath_variable_boolean*>(this)->value : false; |
| 9872 | } |
| 9873 | |
| 9874 | PUGI__FN double xpath_variable::get_number() const |
| 9875 | { |