Click or drag to resize

IEventGeneratorT Interface

Interface for Event Generators.

Namespace:  VDS.RDF.Parsing.Events
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface IEventGenerator<T>
where T : IEvent

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:VDS.RDF.Parsing.Events.IEventGenerator`1"]

Remarks

An Event Generator is a class which takes an input stream which contains XML and generates a series of events from it.

This interface is a marker interface which indicates that the class is an event generator, implementations should implement one of the concrete derived interfaces as appropriate to their mode of operation.

See Also