Click or drag to resize

ElementEvent Constructor (String, String, String, PositionInfo)

Creates a new Element Event.

Namespace:  VDS.RDF.Parsing.Events.RdfXml
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ElementEvent(
	string qname,
	string baseUri,
	string sourceXml,
	PositionInfo pos
)

Parameters

qname
Type: System.String
QName of the XML Node.
baseUri
Type: System.String
Base Uri of the XML Node.
sourceXml
Type: System.String
Source XML of the XML Node.
pos
Type: VDS.RDF.Parsing.PositionInfo
Position Info.
See Also