42 class XPathObject_Impl;
111 void set_node_set(
const std::vector<DomNode> &node_set);
133 std::shared_ptr<XPathObject_Impl> impl;
bool get_boolean() const
Get Boolean.
double get_number() const
Get Number.
Definition: xpath_object.h:69
Type
Definition: xpath_object.h:63
std::string get_string() const
Get String.
bool is_null() const
Is Null.
Definition: xpath_object.h:65
Definition: xpath_object.h:68
Type get_type() const
Get Type.
void set_node_set(const std::vector< DomNode > &node_set)
Set node set.
Definition: xpath_object.h:67
void set_boolean(bool value)
Set boolean.
void set_string(const std::string &str)
Set string.
void set_number(double value)
Set number.
XPath result object.
Definition: xpath_object.h:45
std::vector< DomNode > get_node_set() const
Definition: xpath_object.h:66