Click or drag to resize

RootEvent Constructor (String, String, PositionInfo)

Creates a new Root Event.

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

Parameters

baseUri
Type: SystemString
Base Uri of the Document.
sourceXml
Type: SystemString
Source XML of the Document.
pos
Type: VDS.RDF.ParsingPositionInfo
Position Info.
See Also