| 9548 | } |
| 9549 | |
| 9550 | xpath_parser(const char_t* query, xpath_variable_set* variables, xpath_allocator* alloc, xpath_parse_result* result): _alloc(alloc), _lexer(query), _query(query), _variables(variables), _result(result) |
| 9551 | { |
| 9552 | } |
| 9553 | |
| 9554 | xpath_ast_node* parse() |
| 9555 | { |
nothing calls this directly
no outgoing calls
no test coverage detected