| 12118 | } |
| 12119 | |
| 12120 | PUGI__FN xpath_node::xpath_node(const xml_attribute& attribute_, const xml_node& parent_): _node(attribute_ ? parent_ : xml_node()), _attribute(attribute_) |
| 12121 | { |
| 12122 | } |
| 12123 | |
| 12124 | PUGI__FN xml_node xpath_node::node() const |
| 12125 | { |
| 12126 | return _attribute ? xml_node() : _node; |
| 12127 | } |
| 12128 | |
| 12129 | PUGI__FN xml_attribute xpath_node::attribute() const |
| 12130 | { |
no test coverage detected