Click or drag to resize

BaseRdfAEvent Constructor

Creates a new RDFa Event.

Namespace:  VDS.RDF.Parsing.Events
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BaseRdfAEvent(
	int eventType,
	PositionInfo pos,
	IEnumerable<KeyValuePair<string, string>> attributes
)

Parameters

eventType
Type: System.Int32
Event Type.
pos
Type: VDS.RDF.Parsing.PositionInfo
Position Info.
attributes
Type: System.Collections.Generic.IEnumerable<KeyValuePair<String, String>>
Attributes.
See Also