Show / Hide Table of Contents

Interface IEvent

Interface for parser events.

Namespace: VDS.RDF.Parsing.Events
Assembly: dotNetRdf.dll
Syntax
public interface IEvent

Properties

| Edit this page 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
int
| Edit this page 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.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • EventType
    • Position
  • Extension Methods
Back to top Generated by DocFX