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