Closes the current sub-section and restores the previous write context
| 147 | |
| 148 | /// Closes the current sub-section and restores the previous write context |
| 149 | BOOL ValidateXmlWriter::endsub(const std::string& key) { |
| 150 | return end(key); |
| 151 | } |
| 152 | |
| 153 | /// Closes the current section and restores the parent context; finalizes output if the root section is closed |
| 154 | BOOL ValidateXmlWriter::end(const std::string& key) { |