| 178 | |
| 179 | |
| 180 | std::string Element::toJson() const { |
| 181 | // nlohmann::json json(this); |
| 182 | return "Element ...... "; |
| 183 | } |
| 184 | |
| 185 | void Element::recursiveToXML(tinyxml2::XMLElement *xml, const Element *elm) const { |
| 186 | BDLOG("add a xml %p %p", xml, elm); |