Searched refs:toXML (Results 1 – 6 of 6) sorted by relevance
44 virtual std::string toXML() const = 0;67 virtual std::string toXML() const;83 virtual std::string toXML() const;
65 virtual std::string toXML(int flag) const = 0;100 std::string toXML(int flag) const;124 std::string toXML(int flag) const;
47 ss << inputFormat_->toXML(0) << std::endl; in payload()53 ss << inputFormat_->toXML(0) << std::endl; in payload()
110 std::string CSVOutputFormat::toXML() const in toXML() function in CSVOutputFormat151 std::string JSONOutputFormat::toXML() const in toXML() function in JSONOutputFormat
216 std::string CSVInputFormat::toXML(int flag) const in toXML() function in CSVInputFormat269 std::string JSONInputFormat::toXML(int flag) const in toXML() function in JSONInputFormat
309 ss << inputFormat_->toXML(1) << std::endl; in payload()311 ss << outputFormat_->toXML() << std::endl; in payload()
Completed in 6 milliseconds