Searched refs:getStructureAsXML (Results 1 – 4 of 4) sorted by relevance
104 std::string getStructureAsXML() const { return mayFailGet(&EH::getStructureAsXML); } in getStructureAsXML() function in parameterFramework::ElementHandle
109 bool getStructureAsXML(std::string &xmlStructure, std::string &error) const;
145 bool ElementHandle::getStructureAsXML(std::string &xmlSettings, std::string &error) const in getStructureAsXML() function in ElementHandle
112 CHECK_NOTHROW(checkXMLEq(ElementHandle{*this, path}.getStructureAsXML(), expected)); in checkStructure()