Class ParsingContextSnapshot

All Implemented Interfaces:
Context, ParsingContext

public class ParsingContextSnapshot extends ParsingContextWrapper
A snapshot of a ParsingContext which retains copies of variable attributes of a given ParsingContext to store the state of the parsing process at a given point in time. All runtime operations such as ContextWrapper.stop() will still work and affect the current parsing process.