21 XmlStreamer(
const std::string& name,
const std::map<std::string, std::string>& attributes, std::ostream& os=std::cout);
22 XmlStreamer(
const std::string& name,
const std::string& attributeName,
const std::string& attributeValue, std::ostream& os=std::cout);
24 XmlStreamer(
const std::string& name,
const std::vector<std::string>& attributeNames,
const std::vector<std::string>& attributeValues, std::ostream& os=std::cout);
25 XmlStreamer(
const std::string& name, std::ostream& os=std::cout);