Simple
Stack -based structure for tracking the logical position during
a parsing process.
Entry entries are added to the stack at
each point during the parse phase in a reader-specific manner.
Calling
ParseState.toString() will render a tree-style view of the current logical
position in the parse phase. This representation is intended for use in
error messages.
author: Rob Harrop since: 2.0