| 9646 | } |
| 9647 | |
| 9648 | PUGI__FN xpath_node::xpath_node(const xml_node& node_): _node(node_) |
| 9649 | { |
| 9650 | } |
| 9651 | |
| 9652 | PUGI__FN xpath_node::xpath_node(const xml_attribute& attribute_, const xml_node& parent_): _node(attribute_ ? parent_ : xml_node()), _attribute(attribute_) |
| 9653 | { |
nothing calls this directly
no outgoing calls
no test coverage detected