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