10 #ifndef LCF_LMT_READER_H
11 #define LCF_LMT_READER_H
28 bool Load(
const std::string& filename,
const std::string &encoding);
38 bool SaveXml(
const std::string& filename);
43 bool LoadXml(
const std::string& filename);
48 bool Load(std::istream& filestream,
const std::string &encoding);
58 bool SaveXml(std::ostream& filestream);
63 bool LoadXml(std::istream& filestream);