Interface IRdfXmlEvent
Interface for RDF/XML events as defined by the RDF/XML Specification.
Namespace: VDS.RDF.Parsing.Events
Assembly: dotNetRDF.dll
Syntax
public interface IRdfXmlEvent : IEvent
Remarks
Used to provide polymorphism for the XML/RDF Parser.
Properties
| Improve this Doc View SourceSourceXml
Gets the XML that produced the given event (if any).
Declaration
string SourceXml { get; }
Property Value
Type | Description |
---|---|
System.String |