Create a Formatter_PrettyImplState having the specified id, indentLevel, spacesPerLevel, column, wrapColumn, and elementNesting attributes. Optionally specify an allocator (e.g., the address of a bslma::Allocator object) to supply memory; otherwise, the default allocator is used.
Declared in <balxml_formatter_prettyimpl.h>
Formatter_PrettyImplState(
Id::Enum id,
int indentLevel,
int spacesPerLevel,
int column,
int wrapColumn,
bsl::vector<WhitespaceType::Enum> const& elementNesting,
allocator_type const& allocator = allocator_type());