QNameEvent Constructor (String, String, PositionInfo) |
Creates a new QName Event.
Namespace:
VDS.RDF.Parsing.Events.RdfXml
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic QNameEvent(
string qname,
string sourceXml,
PositionInfo pos
)
Public Sub New (
qname As String,
sourceXml As String,
pos As PositionInfo
)
Parameters
- qname
- Type: System.String
QName. - sourceXml
- Type: System.String
Source XML of the QName. - pos
- Type: VDS.RDF.Parsing.PositionInfo
Position Info.
See Also