Interface IEvent
Interface for parser events.
Namespace: VDS.RDF.Parsing.Events
Assembly: dotNetRdf.dll
Syntax
public interface IEvent
  Properties
| Edit this page View SourceEventType
Gives some Integer representing the Event Type as understood by a specific Parser implementation.
Declaration
int EventType { get; }
  Property Value
| Type | Description | 
|---|---|
| int | 
Position
Gets the Position Information (if any).
Declaration
PositionInfo Position { get; }
  Property Value
| Type | Description | 
|---|---|
| PositionInfo | 
Remarks
Availability of Position Information depends on the how the source document was parsed.