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
)
Public Sub New (
baseUri As String,
sourceXml As String
)
Parameters
- baseUri
- Type: SystemString
Base Uri of the Document. - sourceXml
- Type: SystemString
Source XML of the Document.
See Also