Interface IEvent
Interface for parser events.
Namespace: VDS.RDF.Parsing.Events
Assembly: dotNetRDF.dll
Syntax
public interface IEvent
Properties
| Improve this Doc View SourceEventType
Gives some Integer representing the Event Type as understood by a specific Parser implementation.
Declaration
int EventType { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
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.