Class QNameEvent
Event for representing QNames.
Inherited Members
Namespace: VDS.RDF.Parsing.Events.RdfXml
Assembly: dotNetRdf.dll
Syntax
public class QNameEvent : BaseRdfXmlEvent, IRdfXmlEvent, IEvent
Constructors
| Edit this page View SourceQNameEvent(string, string)
Creates a new QName Event.
Declaration
public QNameEvent(string qname, string sourceXml)
Parameters
Type | Name | Description |
---|---|---|
string | qname | QName. |
string | sourceXml | Source XML of the QName. |
QNameEvent(string, string, PositionInfo)
Creates a new QName Event.
Declaration
public QNameEvent(string qname, string sourceXml, PositionInfo pos)
Parameters
Type | Name | Description |
---|---|---|
string | qname | QName. |
string | sourceXml | Source XML of the QName. |
PositionInfo | pos | Position Info. |
Properties
| Edit this page View SourceQName
Gets the QName.
Declaration
public string QName { get; }
Property Value
Type | Description |
---|---|
string |