Class BaseRdfXmlEvent
Abstract Base Class for IRdfXmlEvent implementations.
Inheritance
System.Object
BaseRdfXmlEvent
Inherited Members
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 SourceBaseRdfXmlEvent(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. |
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 SourceSourceXml
Gets the XML that this Event was generated from.
Declaration
public string SourceXml { get; }
Property Value
Type | Description |
---|---|
string |