类 ParseState


  • public final class ParseState
    extends Object
    Simple ArrayDeque-based structure for tracking the logical position during a parsing process. entries are added to the ArrayDeque at each point during the parse phase in a reader-specific manner.

    Calling 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.

    从以下版本开始:
    2.0
    作者:
    Rob Harrop, Juergen Hoeller