libwolfram20

◆ WAResult() [2/2]

WAResult::WAResult ( rapidxml::xml_node<> *  query)

It extracts the data from query and save it into the object's arguments.

Parameters
[in]queryXML Node of query
34 {
35 this->parse(query);
36}
void parse(rapidxml::xml_node<> *query)
Parsing the input query.
Definition: WAResult.cpp:51