| 10660 | } |
| 10661 | |
| 10662 | PUGI__FN xpath_node xpath_node_set::first() const |
| 10663 | { |
| 10664 | return impl::xpath_first(_begin, _end, _type); |
| 10665 | } |
| 10666 | |
| 10667 | PUGI__FN xpath_parse_result::xpath_parse_result() : |
| 10668 | error("Internal error"), |
no outgoing calls
no test coverage detected