[This is preliminary documentation and is subject to change.]
Base class for parsing events.
| C# | Visual Basic | Visual C++ |
public abstract class ParsingEvent : IParsingEvent
Public MustInherit Class ParsingEvent _ Implements IParsingEvent
public ref class ParsingEvent abstract : IParsingEvent
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| End |
Gets the position in the input stream where the event ends.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NestingIncrease |
Gets 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.
| |
| Start |
Gets the position in the input stream where the event starts.
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |