Click or drag to resize

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
)

Parameters

qname
Type: SystemString
QName.
sourceXml
Type: SystemString
Source XML of the QName.
pos
Type: VDS.RDF.ParsingPositionInfo
Position Info.
See Also