| 7605 | } |
| 7606 | |
| 7607 | inline bool is_xpath_attribute(const char_t* name) |
| 7608 | { |
| 7609 | return !(starts_with(name, PUGIXML_TEXT("xmlns")) && (name[5] == 0 || name[5] == ':')); |
| 7610 | } |
| 7611 | |
| 7612 | struct xpath_variable_boolean: xpath_variable |
| 7613 | { |
no test coverage detected