Create a context bound to the specified formatter and encoder.

Synopsis

Declared in <balxml_encoder.h>

Encoder_Context(
    Formatter* formatter,
    Encoder* encoder);

Parameters

Name

Description

formatter

XML formatter used for output

encoder

encoder that owns logging and options state

Created with MrDocs