Show / Hide Table of Contents

Class StreamingEventGenerator

A JIT event generator for RDF/XML parsing that uses Streaming parsing to parse the events.

Inheritance
object
StreamingEventGenerator
Implements
IRdfXmlJitEventGenerator
IJitEventGenerator<IRdfXmlEvent>
IEventGenerator<IRdfXmlEvent>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Parsing.Events.RdfXml
Assembly: dotNetRdf.dll
Syntax
public class StreamingEventGenerator : IRdfXmlJitEventGenerator, IJitEventGenerator<IRdfXmlEvent>, IEventGenerator<IRdfXmlEvent>
Remarks

Currently unimplemented stub class.

Constructors

| Edit this page View Source

StreamingEventGenerator(Stream, string, XmlReaderSettings)

Creates a new Streaming Event Generator.

Declaration
public StreamingEventGenerator(Stream stream, string baseUri = null, XmlReaderSettings xmlReaderSettings = null)
Parameters
Type Name Description
Stream stream

Stream.

string baseUri

Base URI.

XmlReaderSettings xmlReaderSettings

The settings to pass through to the underlying XMLReader instance.

| Edit this page View Source

StreamingEventGenerator(TextReader, string, XmlReaderSettings)

Creates a new Streaming Event Generator.

Declaration
public StreamingEventGenerator(TextReader reader, string baseUri = null, XmlReaderSettings xmlReaderSettings = null)
Parameters
Type Name Description
TextReader reader

Text Reader.

string baseUri

Base URI.

XmlReaderSettings xmlReaderSettings

The settings to pass through to the underlying XMLReader instance.

| Edit this page View Source

StreamingEventGenerator(string, string, XmlReaderSettings)

Creates a new Streaming Event Generator.

Declaration
public StreamingEventGenerator(string file, string baseUri = null, XmlReaderSettings xmlReaderSettings = null)
Parameters
Type Name Description
string file

Filename.

string baseUri

Base URI.

XmlReaderSettings xmlReaderSettings

Settings to pass through to the underlying XML parser.

Properties

| Edit this page View Source

Finished

Gets whether the event generator has finished generating events.

Declaration
public bool Finished { get; }
Property Value
Type Description
bool

Methods

| Edit this page View Source

GetNextEvent()

Gets the next event from the XML stream.

Declaration
public IRdfXmlEvent GetNextEvent()
Returns
Type Description
IRdfXmlEvent

Implements

IRdfXmlJitEventGenerator
IJitEventGenerator<T>
IEventGenerator<T>

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • StreamingEventGenerator(Stream, string, XmlReaderSettings)
    • StreamingEventGenerator(TextReader, string, XmlReaderSettings)
    • StreamingEventGenerator(string, string, XmlReaderSettings)
  • Properties
    • Finished
  • Methods
    • GetNextEvent()
  • Implements
  • Extension Methods
Back to top Generated by DocFX