Click or drag to resize

IPreProcessingEventGeneratorTEvent, TContext Interface

Interface for pre-processing event generators.

Namespace:  VDS.RDF.Parsing.Events
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface IPreProcessingEventGenerator<TEvent, TContext> : IEventGenerator<TEvent>
where TEvent : IEvent
where TContext : Object, IEventParserContext<TEvent>

Type Parameters

TEvent
Event Type.
TContext
Event Parser Context Type.

The IPreProcessingEventGeneratorTEvent, TContext type exposes the following members.

Methods
  NameDescription
Public methodGetAllEvents
Gets all available events.
Top
See Also