DtLgrAnnotationSaver is responsible for saving logger annotation files which have been stored in a DtEnvironment. More...
Collaboration diagram for MAKLogger::DtLgrAnnotationSaver:Public Member Functions | |
| virtual bool | saveFile (const DtString &filename, DtEnvironment env) |
| Attempts to save the annotations to a file of the filename. | |
Protected Member Functions | |
| virtual bool | writeXMLFormat (const DtString &filename, DtEnvironment manager) |
| Writes the XML format. This format is very extensible. | |
Static Protected Attributes | |
| static DtString | theDTDFilePath |
DtLgrAnnotationSaver is responsible for saving logger annotation files which have been stored in a DtEnvironment.
The DtLgrAnnotationSaver is designed to be easily replaces if additional file formats are required.