Click or drag to resize

IEvent Interface

Interface for parser events.

Namespace:  VDS.RDF.Parsing.Events
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface IEvent

The IEvent type exposes the following members.

Properties
  NameDescription
Public propertyEventType
Gives some Integer representing the Event Type as understood by a specific Parser implementation.
Public propertyPosition
Gets the Position Information (if any).
Top
See Also