![]() |
NDEVR
API Documentation
|
Represents a WiX installer XML file being written, with indentation tracking. More...
Public Member Functions | |
| void | addLine (const StringView &line) |
| Adds a line of content to the file at the current indentation level. | |
| void | begin () |
| Writes the XML file header and opens the root element. | |
| void | end () |
| Closes the root element and finalizes the file. | |
Public Attributes | |
| File | file |
| The output file being written. | |
| uint04 | tab_depth = 0 |
| The current indentation depth. | |
Represents a WiX installer XML file being written, with indentation tracking.
Definition at line 14 of file InstallerManager.h.
| void WixInstallerFile::addLine | ( | const StringView & | line | ) |
Adds a line of content to the file at the current indentation level.
| [in] | line | The line content to write. |