成员的完整列表,这些成员属于 xpath_parser,包括所有继承而来的类成员
_alloc | xpath_parser | |
_lexer | xpath_parser | |
_query | xpath_parser | |
_result | xpath_parser | |
_scratch | xpath_parser | |
_variables | xpath_parser | |
alloc_node() | xpath_parser | inline |
alloc_node(ast_type_t type, xpath_value_type rettype, const char_t *value) | xpath_parser | inline |
alloc_node(ast_type_t type, xpath_value_type rettype, double value) | xpath_parser | inline |
alloc_node(ast_type_t type, xpath_value_type rettype, xpath_variable *value) | xpath_parser | inline |
alloc_node(ast_type_t type, xpath_value_type rettype, xpath_ast_node *left=0, xpath_ast_node *right=0) | xpath_parser | inline |
alloc_node(ast_type_t type, xpath_ast_node *left, axis_t axis, nodetest_t test, const char_t *contents) | xpath_parser | inline |
alloc_node(ast_type_t type, xpath_ast_node *left, xpath_ast_node *right, predicate_t test) | xpath_parser | inline |
alloc_string(const xpath_lexer_string &value) | xpath_parser | inline |
error(const char *message) | xpath_parser | inline |
error_oom() | xpath_parser | inline |
parse() | xpath_parser | inline |
parse(const char_t *query, xpath_variable_set *variables, xpath_allocator *alloc, xpath_parse_result *result) | xpath_parser | inlinestatic |
parse_axis_name(const xpath_lexer_string &name, bool &specified) | xpath_parser | inline |
parse_expression(int limit=0) | xpath_parser | inline |
parse_expression_rec(xpath_ast_node *lhs, int limit) | xpath_parser | inline |
parse_filter_expression() | xpath_parser | inline |
parse_function(const xpath_lexer_string &name, size_t argc, xpath_ast_node *args[2]) | xpath_parser | inline |
parse_location_path() | xpath_parser | inline |
parse_node_test_type(const xpath_lexer_string &name) | xpath_parser | inline |
parse_path_or_unary_expression() | xpath_parser | inline |
parse_primary_expression() | xpath_parser | inline |
parse_relative_location_path(xpath_ast_node *set) | xpath_parser | inline |
parse_step(xpath_ast_node *set) | xpath_parser | inline |
xpath_parser(const char_t *query, xpath_variable_set *variables, xpath_allocator *alloc, xpath_parse_result *result) | xpath_parser | inline |