Show / Hide Table of Contents

Class BaseRdfXmlEvent

Abstract Base Class for IRdfXmlEvent implementations.

Inheritance
object
BaseEvent
BaseRdfXmlEvent
AttributeEvent
BlankNodeIDEvent
ElementEvent
EndElementEvent
LanguageAttributeEvent
NamespaceAttributeEvent
ParseTypeAttributeEvent
PlainLiteralEvent
QNameEvent
RootEvent
TextEvent
TypedLiteralEvent
UriReferenceEvent
XmlBaseAttributeEvent
Implements
IRdfXmlEvent
IEvent
Inherited Members
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
Assembly: dotNetRdf.dll
Syntax
public abstract class BaseRdfXmlEvent : BaseEvent, IRdfXmlEvent, IEvent

Constructors

| Edit this page View Source

BaseRdfXmlEvent(int, string)

Creates an Event and fills in its Values.

Declaration
public BaseRdfXmlEvent(int eventType, string sourceXml)
Parameters
Type Name Description
int eventType

Type of the Event.

string sourceXml

Source XML that generated the Event.

| Edit this page View Source

BaseRdfXmlEvent(int, string, PositionInfo)

Creates an Event and fills in its Values.

Declaration
public BaseRdfXmlEvent(int eventType, string sourceXml, PositionInfo pos)
Parameters
Type Name Description
int eventType

Type of the Event.

string sourceXml

Source XML that generated the Event.

PositionInfo pos

Position of the XML Event.

Properties

| Edit this page View Source

SourceXml

Gets the XML that this Event was generated from.

Declaration
public string SourceXml { 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
    • BaseRdfXmlEvent(int, string)
    • BaseRdfXmlEvent(int, string, PositionInfo)
  • Properties
    • SourceXml
  • Implements
  • Extension Methods
Back to top Generated by DocFX