Show / Hide Table of Contents

Class BaseRdfXmlEvent

Abstract Base Class for IRdfXmlEvent implementations.

Inheritance
System.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

| Improve this Doc 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.

| Improve this Doc 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.

Properties

| Improve this Doc 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)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • BaseRdfXmlEvent(int, string, PositionInfo)
    • BaseRdfXmlEvent(int, string)
  • Properties
    • SourceXml
  • Implements
  • Extension Methods
Back to top Generated by DocFX