42 class XPathObject_Impl;
115 std::shared_ptr<XPathObject_Impl> impl;
Definition: xpath_object.h:57
std::string get_string() const
Get String.
void set_node_set(const std::vector< DomNode > &node_set)
Set node set.
double get_number() const
Get Number.
void set_number(double value)
Set number.
void set_boolean(bool value)
Set boolean.
Definition: xpath_object.h:59
Type get_type() const
Get Type.
void set_string(const std::string &str)
Set string.
Definition: xpath_object.h:58
XPath result object.
Definition: xpath_object.h:45
Definition: xpath_object.h:60
bool is_null() const
Is Null.
std::vector< DomNode > get_node_set() const
Type
Definition: xpath_object.h:55
Definition: xpath_object.h:61
bool get_boolean() const
Get Boolean.