Enumerators labeling distinct states of Formatter_PrettyImplState.
Synopsis
Declared in <balxml_formatter_prettyimpl.h>
enum Enum;
Members
Name |
Description |
|
Write position is at the start of the document. |
|
Tokens emitted, but no XML tags yet. |
|
Write position is inside an unfinished opening tag. |
|
After an opening tag, before first data, mid‐line. |
|
At column 0 after a tag, ready for indented content. |
|
After data for the open tag, still mid‐line. |
|
This state indicates that the current write position of the formatter is immediately after the top‐level closing tag of the document. |
Created with MrDocs