Class BaseRdfXmlEvent
Abstract Base Class for IRdfXmlEvent implementations.
Inheritance
BaseRdfXmlEvent
Inherited Members
Namespace: VDS.RDF.Parsing.Events
Assembly: dotNetRdf.dll
Syntax
public abstract class BaseRdfXmlEvent : BaseEvent, IRdfXmlEvent, IEvent
Constructors
| Edit this page View SourceBaseRdfXmlEvent(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. |
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 SourceSourceXml
Gets the XML that this Event was generated from.
Declaration
public string SourceXml { get; }
Property Value
Type | Description |
---|---|
string |