Summary
Identifies the position of a comment that was encountered outside of the root tag.
Enum values
| 3 | The comment occurs after the root tag. |
| 0 | The comment occurs before the XML declaration. |
| 2 | The comment occurs before the root tag and there is no XML declaration. |
| 1 | The comment occurs after the declaration but before the root tag. |