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
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
Assembly: dotNetRDF.dll
Syntax
public abstract class BaseRdfXmlEvent : BaseEvent, IRdfXmlEvent, IEvent

Constructors

| Improve this Doc View Source

BaseRdfXmlEvent(Int32, String)

Creates an Event and fills in its Values.
Declaration
public BaseRdfXmlEvent(int eventType, string sourceXml)
Parameters
Type Name Description
System.Int32 eventType Type of the Event.
System.String sourceXml Source XML that generated the Event.
| Improve this Doc View Source

BaseRdfXmlEvent(Int32, String, PositionInfo)

Creates an Event and fills in its Values.
Declaration
public BaseRdfXmlEvent(int eventType, string sourceXml, PositionInfo pos)
Parameters
Type Name Description
System.Int32 eventType Type of the Event.
System.String sourceXml Source XML that generated the Event.
PositionInfo pos Position of the XML 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
System.String

Implements

IRdfXmlEvent
IEvent

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • BaseRdfXmlEvent(Int32, String)
    • BaseRdfXmlEvent(Int32, String, PositionInfo)
  • Properties
    • SourceXml
  • Implements
  • Extension Methods
Back to top Generated by DocFX