Click or drag to resize

StreamingEventGenerator Class

A JIT event generator for RDF/XML parsing that uses Streaming parsing to parse the events.
Inheritance Hierarchy
SystemObject
  VDS.RDF.Parsing.Events.RdfXmlStreamingEventGenerator

Namespace:  VDS.RDF.Parsing.Events.RdfXml
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class StreamingEventGenerator : IRdfXmlJitEventGenerator, 
	IJitEventGenerator<IRdfXmlEvent>, IEventGenerator<IRdfXmlEvent>

The StreamingEventGenerator type exposes the following members.

Constructors
  NameDescription
Public methodStreamingEventGenerator(Stream)
Creates a new Streaming Event Generator.
Public methodStreamingEventGenerator(TextReader)
Creates a new Streaming Event Generator.
Public methodStreamingEventGenerator(String)
Creates a new Streaming Event Generator.
Public methodStreamingEventGenerator(Stream, String)
Creates a new Streaming Event Generator.
Public methodStreamingEventGenerator(TextReader, String)
Creates a new Streaming Event Generator.
Public methodStreamingEventGenerator(String, String)
Creates a new Streaming Event Generator.
Top
Properties
  NameDescription
Public propertyFinished
Gets whether the event generator has finished generating events.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetNextEvent
Gets the next event from the XML stream.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
Currently unimplemented stub class.
See Also