Show / Hide Table of Contents

Interface IRdfXmlEvent

Interface for RDF/XML events as defined by the RDF/XML Specification.
Inherited Members
IEvent.EventType
IEvent.Position
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 Source

SourceXml

Gets the XML that produced the given event (if any).
Declaration
string SourceXml { get; }
Property Value
Type Description
System.String

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • SourceXml
  • Extension Methods
Back to top Generated by DocFX