Click or drag to resize

RootEvent Constructor (String, String)

Creates a new Root Event.

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

Parameters

baseUri
Type: SystemString
Base Uri of the Document.
sourceXml
Type: SystemString
Source XML of the Document.
See Also