Show / Hide Table of Contents

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.

Extension Methods

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