| 10956 | } |
| 10957 | |
| 10958 | PUGI__FN xpath_node::xpath_node(const xml_attribute& attribute_, const xml_node& parent_): _node(attribute_ ? parent_ : xml_node()), _attribute(attribute_) |
| 10959 | { |
| 10960 | } |
| 10961 | |
| 10962 | PUGI__FN xml_node xpath_node::node() const |
| 10963 | { |
| 10964 | return _attribute ? xml_node() : _node; |
| 10965 | } |
| 10966 | |
| 10967 | PUGI__FN xml_attribute xpath_node::attribute() const |
| 10968 | { |
no test coverage detected