Calitha GOLD Parser Engine Documentation

ParseErrorEventArgs.Continue Property

The continue property can be set during the parse error event. It can be set to the following: (1) Stop to not try to parse the rest of the input. (2) Insert will pretend that the next token is the one set in NextToken after which the current "bad" token will be parsed again. (3) Skip will just ignore the current bad token and proceed to parse the input as if nothing happened. The default value is Stop.

public ContinueMode Continue {get; set;}

See Also

ParseErrorEventArgs Class | com.calitha.goldparser Namespace