| 6831 | } |
| 6832 | |
| 6833 | xpath_node first() const |
| 6834 | { |
| 6835 | return xpath_first(_begin, _end, _type); |
| 6836 | } |
| 6837 | |
| 6838 | void push_back(const xpath_node& node, xpath_allocator* alloc) |
| 6839 | { |
nothing calls this directly
no outgoing calls
no test coverage detected