Click or drag to resize

IRdfAEvent Interface

Interface for RDFa events.

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

The IRdfAEvent type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets the attributes of the event i.e. the attributes of the source element.
Public propertyEventType
Gives some Integer representing the Event Type as understood by a specific Parser implementation.
(Inherited from IEvent.)
Public propertyItem
Gets the value of a specific attribute.
Public propertyPosition
Gets the Position Information (if any).
(Inherited from IEvent.)
Top
Methods
  NameDescription
Public methodHasAttribute
Gets whether the Event has a given attribute.
Top
See Also