ElementEvent Constructor (String, String, String) |
Creates a new Element Event.
Namespace:
VDS.RDF.Parsing.Events.RdfXml
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public ElementEvent(
string qname,
string baseUri,
string sourceXml
)
Public Sub New (
qname As String,
baseUri As String,
sourceXml As String
)
Parameters
- qname
- Type: SystemString
QName of the XML Node. - baseUri
- Type: SystemString
Base Uri of the XML Node. - sourceXml
- Type: SystemString
Source XML of the XML Node.
See Also