| 6918 | size_t position, size; |
| 6919 | |
| 6920 | xpath_context(const xpath_node& n_, size_t position_, size_t size_): n(n_), position(position_), size(size_) |
| 6921 | { |
| 6922 | } |
| 6923 | }; |
| 6924 | |
| 6925 | enum lexeme_t |
nothing calls this directly
no outgoing calls
no test coverage detected