| 4898 | #endif |
| 4899 | |
| 4900 | PUGI__FN xml_node_iterator::xml_node_iterator() |
| 4901 | { |
| 4902 | } |
| 4903 | |
| 4904 | PUGI__FN xml_node_iterator::xml_node_iterator(const xml_node& node): _wrap(node), _parent(node.parent()) |
| 4905 | { |
nothing calls this directly
no outgoing calls
no test coverage detected