Labels for distinct states of Formatter_CompactImplState.
Declared in <balxml_formatter_compactimpl.h>
enum Enum;
| Name | Description |
|---|---|
e_AT_START | Write position is at the start of the document. |
e_IN_TAG | Write position is inside an unfinished opening tag. |
e_FIRST_DATA_BETWEEN_TAGS | After a tag boundary, before first data content. |
e_TRAILING_DATA_BETWEEN_TAGS | After one or more data tokens for the open tag. |