|
MarkLogic Connect
MarkLogic Connect Client API Collection
|
Public Member Functions | |
| const char_t * | name () const |
| xpath_value_type | type () const |
| bool | get_boolean () const |
| double | get_number () const |
| const char_t * | get_string () const |
| const xpath_node_set & | get_node_set () const |
| bool | set (bool value) |
| bool | set (double value) |
| bool | set (const char_t *value) |
| bool | set (const xpath_node_set &value) |
Protected Member Functions | |
| xpath_variable (xpath_value_type type) | |
| xpath_variable (const xpath_variable &) | |
| xpath_variable & | operator= (const xpath_variable &) |
Protected Attributes | |
| xpath_value_type | _type |
| xpath_variable * | _next |
Friends | |
| class | xpath_variable_set |
1.8.10