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

| Edit this page View Source

GetAllEvents(TContext)

Gets all available events.

Declaration
void GetAllEvents(TContext context)
Parameters
Type Name Description
TContext context

Context.

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Methods
    • GetAllEvents(TContext)
  • Extension Methods
Back to top Generated by DocFX