|
MarkLogic Connect
MarkLogic Connect Client API Collection
|
Public Member Functions | |
| xpath_variable_set (const xpath_variable_set &rhs) | |
| xpath_variable_set & | operator= (const xpath_variable_set &rhs) |
| xpath_variable * | add (const char_t *name, xpath_value_type type) |
| bool | set (const char_t *name, bool value) |
| bool | set (const char_t *name, double value) |
| bool | set (const char_t *name, const char_t *value) |
| bool | set (const char_t *name, const xpath_node_set &value) |
| xpath_variable * | get (const char_t *name) |
| const xpath_variable * | get (const char_t *name) const |
1.8.10