Interface IPreProcessingEventGenerator<TEvent, TContext>
Interface for pre-processing event generators.
Namespace: VDS.RDF.Parsing.Events
Assembly: dotNetRDF.dll
Syntax
public interface IPreProcessingEventGenerator<TEvent, TContext> : IEventGenerator<TEvent> where TEvent : IEvent where TContext : IEventParserContext<TEvent>
Type Parameters
Name | Description |
---|---|
TEvent | Event Type. |
TContext | Event Parser Context Type. |
Methods
| Improve this Doc View SourceGetAllEvents(TContext)
Gets all available events.
Declaration
void GetAllEvents(TContext context)
Parameters
Type | Name | Description |
---|---|---|
TContext | context | Context. |