Show / Hide Table of Contents

Interface IEvent

Interface for parser events.
Namespace: VDS.RDF.Parsing.Events
Assembly: dotNetRDF.dll
Syntax
public interface IEvent

Properties

| Improve this Doc View Source

EventType

Gives some Integer representing the Event Type as understood by a specific Parser implementation.
Declaration
int EventType { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

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.

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • EventType
    • Position
  • Extension Methods
Back to top Generated by DocFX