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