Interface IEventGenerator<T>
Interface for Event Generators.
Namespace: VDS.RDF.Parsing.Events
Assembly: dotNetRDF.dll
Syntax
public interface IEventGenerator<T>
where T : IEvent
Type Parameters
Name | Description |
---|---|
T |
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.