Click or drag to resize

IRdfXmlEvent Interface

Interface for RDF/XML events as defined by the RDF/XML Specification.

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

The IRdfXmlEvent type exposes the following members.

Properties
  NameDescription
Public propertyEventType
Gives some Integer representing the Event Type as understood by a specific Parser implementation.
(Inherited from IEvent.)
Public propertyPosition
Gets the Position Information (if any).
(Inherited from IEvent.)
Public propertySourceXml
Gets the XML that produced the given event (if any).
Top
Remarks
Used to provide polymorphism for the XML/RDF Parser.
See Also