Searched refs:xmlValue (Results 1 – 3 of 3) sorted by relevance
163 bool ElementHandle::getAsXML(std::string &xmlValue, std::string &error) const in getAsXML() argument171 xmlValue = result; in getAsXML()175 bool ElementHandle::setAsXML(const std::string &xmlValue, std::string &error) in setAsXML() argument177 return mParameterMgr.setSettingsAsXML(&mElement, xmlValue, error); in setAsXML()
126 bool getAsXML(std::string &xmlValue, std::string &error) const;145 bool setAsXML(const std::string &xmlValue, std::string &error);
62 private void forgeAndOpenDocument(String xmlValue) { in forgeAndOpenDocument() argument70 new ByteArrayInputStream(xmlValue.getBytes(UTF_8))); in forgeAndOpenDocument()