[This is preliminary documentation and is subject to change.]
Represents a document end event.
| C# | Visual Basic | Visual C++ |
public class DocumentEnd : ParsingEvent, IDocumentEnd, IParsingEvent
Public Class DocumentEnd _ Inherits ParsingEvent _ Implements IDocumentEnd, IParsingEvent
public ref class DocumentEnd : public ParsingEvent, IDocumentEnd, IParsingEvent
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| DocumentEnd(Boolean, Mark, Mark) |
Initializes a new instance of the DocumentEnd class.
| |
| DocumentEnd(Boolean) |
Initializes a new instance of the DocumentEnd class.
| |
| End |
Gets the position in the input stream where the event ends.
(Inherited from ParsingEvent.) | |
| 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.) | |
| IsImplicit |
Gets a value indicating whether this instance is implicit.
| |
| 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.
(Overrides ParsingEvent.NestingIncrease.) | |
| Start |
Gets the position in the input stream where the event starts.
(Inherited from ParsingEvent.) | |
| ToString()()()() | (Overrides Object.ToString()()()().) |
| Object | ||
| ParsingEvent | ||
| DocumentEnd | ||