| 720 | } |
| 721 | |
| 722 | void FileWriter::WriteFile(const std::string &filename, const Node &root, const Format &format) |
| 723 | { |
| 724 | FileWriter writer(filename); |
| 725 | writer.Write(root, format); |
| 726 | } |
| 727 | |
| 728 | void FileWriter::Write(const Node &root, const Format &format) |
| 729 | { |