| 12302 | } |
| 12303 | |
| 12304 | PUGI__FN xpath_node xpath_node_set::first() const |
| 12305 | { |
| 12306 | return impl::xpath_first(_begin, _end, _type); |
| 12307 | } |
| 12308 | |
| 12309 | PUGI__FN xpath_parse_result::xpath_parse_result(): error("Internal error"), offset(0) |
| 12310 | { |
no outgoing calls
no test coverage detected