Create a Formatter_CompactImplState having the specified id, indentLevel, initialIndentLevel, spacesPerLevel, and column attributes.

Synopsis

Declared in <balxml_formatter_compactimpl.h>

Formatter_CompactImplState(
    Id::Enum id,
    int indentLevel,
    int initialIndentLevel,
    int spacesPerLevel,
    int column);

Parameters

Name

Description

id

initial state‐machine identifier

indentLevel

current indent level

initialIndentLevel

indent level restored by reset

spacesPerLevel

spaces per indentation level

column

approximate current column number

Created with MrDocs