Base class for parsing events.
public abstract class ParsingEvent
kind:method, kind:property, kind:ctor. Press Esc to clear.EndGets the position in the input stream where the event ends.NestingIncreaseGets a value indicating the variation of depth caused by this event. The value can be either -1, 0 or 1. For start events, it will be 1, for end events, it will be -1, and for the remaining events, it will be 0.StartGets the position in the input stream where the event starts.