Construct a encoder object using the specified options. Errors and warnings will be rendered to the optionally specified errorStream and warningStream respectively.

Synopsis

Declared in <balxml_encoder.h>

Encoder(
    EncoderOptions const* options,
    std::ostream* errorStream = 0,
    std::ostream* warningStream = 0,
    bslma::Allocator* basicAllocator = 0);

Created with MrDocs