Enumerators describing XML encoding style.
Declared in <balxml_encodingstyle.h>
enum Value;
| Name | Description |
|---|---|
COMPACT | Compact encoding style with minimal whitespace. |
PRETTY | Pretty encoding style with indentation and line breaks. |
e_COMPACT | Deprecated alias for COMPACT. |
e_PRETTY | Deprecated alias for PRETTY. |
BAEXML_COMPACT | Deprecated alias for COMPACT. |
BAEXML_PRETTY | Deprecated alias for PRETTY. |