IEventGeneratorT Interface |
Namespace: VDS.RDF.Parsing.Events
[Missing <typeparam name="T"/> documentation for "T:VDS.RDF.Parsing.Events.IEventGenerator`1"]
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.