Show / Hide Table of Contents

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 Source

GetAllEvents(TContext)

Gets all available events.
Declaration
void GetAllEvents(TContext context)
Parameters
Type Name Description
TContext context Context.

Extension Methods

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