IEventQueueT Interface |
Namespace: VDS.RDF.Parsing.Events
[Missing <typeparam name="T"/> documentation for "T:VDS.RDF.Parsing.Events.IEventQueue`1"]
The IEventQueueT type exposes the following members.
Name | Description | |
---|---|---|
Count |
Gets the number of Events in the Queue.
| |
EventGenerator |
Gets the Event Generator that this Queue uses.
| |
LastEventType |
Gets the Event Type of the last Event dequeued.
| |
Tracing |
Gets/Sets whether Generator Tracing should be used.
|
Name | Description | |
---|---|---|
Clear |
Clears the Event Queue.
| |
Dequeue |
Removes the first Event from the Queue.
| |
Enqueue |
Adds an Event to the end of the Queue.
| |
Peek |
Gets the first Event from the Queue without removing it.
|