Construct a formatter that writes to the specified output stream using the specified encoderOptions and formatting parameters.
Synopsis
Declared in <balxml_formatter.h>
Formatter(
std::ostream& output,
EncoderOptions const& encoderOptions,
int indentLevel = 0,
int spacesPerLevel = 4,
int wrapColumn = 80,
bslma::Allocator* basicAllocator = 0);
Created with MrDocs