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