BaseRdfXmlEvent Constructor (Int32, String, PositionInfo) |
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,
PositionInfo pos
)
Public Sub New (
eventType As Integer,
sourceXml As String,
pos As PositionInfo
)
Parameters
- eventType
- Type: SystemInt32
Type of the Event. - sourceXml
- Type: SystemString
Source XML that generated the Event. - pos
- Type: VDS.RDF.ParsingPositionInfo
Position of the XML Event.
See Also