GP-4376 Add setPackedOutput to Emit

This commit is contained in:
caheckman 2024-02-29 01:25:08 +00:00
parent d1dc48547e
commit 49af7f2db5
6 changed files with 36 additions and 10 deletions

View file

@ -432,7 +432,7 @@ class XmlEncode : public Encoder {
tag_stop = 2 ///< No tag is currently being written
};
static const char spaces[]; ///< Array of ' ' characters for emitting indents
static const int4 MAX_SPACES;
static const int4 MAX_SPACES; ///< Maximum number of leading spaces when indenting XML
ostream &outStream; ///< The stream receiving the encoded data
int4 tagStatus; ///< Stage of writing an element tag
int4 depth; ///< Depth of open elements