HDK
|
This is the complete list of members for xpath_ast_node, including all inherited members.
eval_boolean(const xpath_context &c, const xpath_stack &stack) | xpath_ast_node | inline |
eval_node_set(const xpath_context &c, const xpath_stack &stack, nodeset_eval_t eval) | xpath_ast_node | inline |
eval_number(const xpath_context &c, const xpath_stack &stack) | xpath_ast_node | inline |
eval_string(const xpath_context &c, const xpath_stack &stack) | xpath_ast_node | inline |
eval_string_concat(const xpath_context &c, const xpath_stack &stack) | xpath_ast_node | inline |
is_posinv_expr() const | xpath_ast_node | inline |
is_posinv_step() const | xpath_ast_node | inline |
nodetest | xpath_ast_node | |
number | xpath_ast_node | |
optimize(xpath_allocator *alloc) | xpath_ast_node | inline |
optimize_self(xpath_allocator *alloc) | xpath_ast_node | inline |
rettype() const | xpath_ast_node | inline |
set_next(xpath_ast_node *value) | xpath_ast_node | inline |
set_right(xpath_ast_node *value) | xpath_ast_node | inline |
string | xpath_ast_node | |
table | xpath_ast_node | |
variable | xpath_ast_node | |
xpath_ast_node(ast_type_t type, xpath_value_type rettype_, const char_t *value) | xpath_ast_node | inline |
xpath_ast_node(ast_type_t type, xpath_value_type rettype_, double value) | xpath_ast_node | inline |
xpath_ast_node(ast_type_t type, xpath_value_type rettype_, xpath_variable *value) | xpath_ast_node | inline |
xpath_ast_node(ast_type_t type, xpath_value_type rettype_, xpath_ast_node *left=0, xpath_ast_node *right=0) | xpath_ast_node | inline |
xpath_ast_node(ast_type_t type, xpath_ast_node *left, axis_t axis, nodetest_t test, const char_t *contents) | xpath_ast_node | inline |
xpath_ast_node(ast_type_t type, xpath_ast_node *left, xpath_ast_node *right, predicate_t test) | xpath_ast_node | inline |