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
)
Public Sub New (
baseUri As String,
sourceXml As String,
pos As PositionInfo
)
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