mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-4376 Add setPackedOutput to Emit
This commit is contained in:
parent
d1dc48547e
commit
49af7f2db5
6 changed files with 36 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue