Show / Hide Table of Contents

Class QNameEvent

Event for representing QNames.

Inheritance
object
BaseEvent
BaseRdfXmlEvent
QNameEvent
Implements
IRdfXmlEvent
IEvent
Inherited Members
BaseRdfXmlEvent.SourceXml
BaseEvent.EventType
BaseEvent.Position
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Parsing.Events.RdfXml
Assembly: dotNetRdf.dll
Syntax
public class QNameEvent : BaseRdfXmlEvent, IRdfXmlEvent, IEvent

Constructors

| Edit this page View Source

QNameEvent(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.

| Edit this page View Source

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 Source

QName

Gets the QName.

Declaration
public string QName { get; }
Property Value
Type Description
string

Implements

IRdfXmlEvent
IEvent

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • QNameEvent(string, string)
    • QNameEvent(string, string, PositionInfo)
  • Properties
    • QName
  • Implements
  • Extension Methods
Back to top Generated by DocFX