BaseRdfXmlEvent Constructor (Int32, String) |
Creates an Event and fills in its Values.
Namespace:
VDS.RDF.Parsing.Events
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public BaseRdfXmlEvent(
int eventType,
string sourceXml
)
Public Sub New (
eventType As Integer,
sourceXml As String
)
Parameters
- eventType
- Type: SystemInt32
Type of the Event. - sourceXml
- Type: SystemString
Source XML that generated the Event.
See Also