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