86 this->
_title = std::string( subpod->first_attribute(
"title")->value() );
89 xml_node<>* plainNode = subpod->first_node(
"plaintext");
90 this->
_plain = std::string( plainNode->value() );
93 xml_node<>* imgNode = subpod->first_node(
"img");
95 if (imgNode !=
nullptr) this->
_img =
new WAImage(imgNode);
Wolfram API image.
Definition: WAImage.h:24
WAImage * _img
Included img block.
Definition: WASubpod.h:41
std::string _title
TODO.
Definition: WASubpod.h:39
std::string _plain
TODO.
Definition: WASubpod.h:40