#include <xpath_object.h>
Attributes | |
| enum | Type { type_null, type_node_set, type_boolean, type_number, type_string } |
| Type | get_type () const |
| Get Type. | |
| bool | is_null () const |
| Is Null. | |
| std::vector< CL_DomNode > | get_node_set () const |
| bool | get_boolean () const |
| Get Boolean. | |
| double | get_number () const |
| Get Number. | |
| CL_StringRef | get_string () const |
| Get String. | |
Public Member Functions | |
Constuction | |
| CL_XPathObject () | |
Operations | |
| void | set_null () |
| Set null. | |
| void | set_node_set (const std::vector< CL_DomNode > &node_set) |
| Set node set. | |
| void | set_boolean (bool value) |
| Set boolean. | |
| void | set_number (double value) |
| Set number. | |
| void | set_string (const CL_StringRef &str) |
| Set string. | |
|
|
|
|
|
|
|
|
Get Boolean.
|
|
|
|
|
|
Get Number.
|
|
|
Get String.
|
|
|
Get Type.
|
|
|
Is Null.
|
|
|
Set boolean.
|
|
|
Set node set.
|
|
|
Set null.
|
|
|
Set number.
|
|
|
Set string.
|
1.4.6