Class QNameEvent
Event for representing QNames.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Parsing.Events.RdfXml
Assembly: dotNetRDF.dll
Syntax
public class QNameEvent : BaseRdfXmlEvent, IRdfXmlEvent, IEvent
Constructors
| Improve this Doc View SourceQNameEvent(String, String)
Creates a new QName Event.
Declaration
public QNameEvent(string qname, string sourceXml)
Parameters
Type | Name | Description |
---|---|---|
System.String | qname | QName. |
System.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 |
---|---|---|
System.String | qname | QName. |
System.String | sourceXml | Source XML of the QName. |
PositionInfo | pos | Position Info. |
Properties
| Improve this Doc View SourceQName
Gets the QName.
Declaration
public string QName { get; }
Property Value
Type | Description |
---|---|
System.String |