![]() |
Tetrapod Project
|

Go to the source code of this file.
Typedefs | |
| using | p_el = DOMElement * |
| using | p_text = DOMText * |
| using | p_doc = DOMDocument * |
| using | p_impl = DOMImplementation * |
Functions | |
| void | safeSetAttribute (p_el pElem, std::string key, std::string val) |
| void | safeSetTextContent (p_el pElem, std::string textContent) |
| std::string | safeTranscode (XMLCh *xmlstring) |
| p_el | safeCreateElement (p_doc pParent, std::string name) |
| void | dummyExample () |
| std::string | getFootstepSDFStringPugi (Eigen::MatrixX3d footsteps) |
| std::string | getFootstepSDFString (Eigen::MatrixX3d footsteps) |
| using p_el = DOMElement* |
Definition at line 5 of file xml_utils.cpp.
| using p_text = DOMText* |
Definition at line 6 of file xml_utils.cpp.
| using p_doc = DOMDocument* |
Definition at line 7 of file xml_utils.cpp.
| using p_impl = DOMImplementation* |
Definition at line 8 of file xml_utils.cpp.
| void safeSetAttribute | ( | p_el | pElem, |
| std::string | key, | ||
| std::string | val | ||
| ) |
Definition at line 10 of file xml_utils.cpp.
| void safeSetTextContent | ( | p_el | pElem, |
| std::string | textContent | ||
| ) |
Definition at line 22 of file xml_utils.cpp.
| std::string safeTranscode | ( | XMLCh * | xmlstring | ) |
Definition at line 33 of file xml_utils.cpp.
Definition at line 46 of file xml_utils.cpp.
| void dummyExample | ( | ) |
Definition at line 59 of file xml_utils.cpp.
| std::string getFootstepSDFStringPugi | ( | Eigen::MatrixX3d | footsteps | ) |
Definition at line 65 of file xml_utils.cpp.
| std::string getFootstepSDFString | ( | Eigen::MatrixX3d | footsteps | ) |
Definition at line 238 of file xml_utils.cpp.