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: SystemInt32
Event Type.
pos
Type: VDS.RDF.ParsingPositionInfo
Position Info.
attributes
Type: System.Collections.GenericIEnumerableKeyValuePairString, String
Attributes.
See Also