Create a Formatter_CompactImplState with the specified indentLevel and spacesPerLevel.
Declared in <balxml_formatter_compactimpl.h>
Formatter_CompactImplState(
int indentLevel,
int spacesPerLevel);
The created object has an id attribute of Id::e_AT_START, an initialIndentLevel attribute equal to indentLevel, and a column attribute of 0.
| Name | Description |
|---|---|
| indentLevel | initial and current indent level |
| spacesPerLevel | spaces per indentation level |