This struct contains state that is maintained during encoding. It also contains methods for switching between pretty formatting and compact formatting, based on the encoding options.
Synopsis
Declared in <balxml_encoder.h>
class Encoder_Context;
Member Functions
Name |
Description |
|
Create a context bound to the specified |
|
|
Close the element with the specified |
|
Return a reference to the encoder options in use. |
|
Invalidate the current encoding state. |
|
Log an encoding error or warning with the specified |
|
Open an element with the specified |
|
Return the raw output stream used by this context. |
|
Return the current encoding status. |
Created with MrDocs