Show / Hide Table of Contents

Class StreamingEventGenerator

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

Inheritance
System.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

| Improve this Doc 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
System.IO.Stream stream

Stream.

string baseUri

Base URI.

System.Xml.XmlReaderSettings xmlReaderSettings

The settings to pass through to the underlying XMLReader instance.

Remarks

Currently unimplemented stub class.

| Improve this Doc 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
System.IO.TextReader reader

Text Reader.

string baseUri

Base URI.

System.Xml.XmlReaderSettings xmlReaderSettings

The settings to pass through to the underlying XMLReader instance.

Remarks

Currently unimplemented stub class.

| Improve this Doc 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.

System.Xml.XmlReaderSettings xmlReaderSettings

Settings to pass through to the underlying XML parser.

Remarks

Currently unimplemented stub class.

Properties

| Improve this Doc View Source

Finished

Gets whether the event generator has finished generating events.

Declaration
public bool Finished { get; }
Property Value
Type Description
System.Boolean
Remarks

Currently unimplemented stub class.

Methods

| Improve this Doc View Source

GetNextEvent()

Gets the next event from the XML stream.

Declaration
public IRdfXmlEvent GetNextEvent()
Returns
Type Description
IRdfXmlEvent
Remarks

Currently unimplemented stub class.

Implements

IRdfXmlJitEventGenerator
IJitEventGenerator<T>
IEventGenerator<T>

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • 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