Construct an object to format XML data into the specified output stream. Optionally specify initial indentLevel, spacesPerLevel, and wrapColumn for formatting, and a basicAllocator used to supply memory.
Synopsis
Declared in <balxml_formatter.h>
Formatter(
std::ostream& output,
int indentLevel = 0,
int spacesPerLevel = 4,
int wrapColumn = 80,
bslma::Allocator* basicAllocator = 0);
Created with MrDocs