11 #ifndef IElementStreamer_h
12 #define IElementStreamer_h
31 IElementStreamer(
const std::string&
name,
const std::map<std::string, std::string>& attributeMap, std::ostream&
os=std::cout);
32 IElementStreamer(
const std::string&
name,
const std::string& attributeName,
const std::string& attributeValue, std::ostream&
os=std::cout);
33 IElementStreamer(
const std::string&
name,
const std::vector<std::string>& attributeNames,
const std::vector<std::string>& attributeValues, std::ostream&
os=std::cout);