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

| Edit this page View Source

SourceXml

Gets the XML that produced the given event (if any).

Declaration
string SourceXml { get; }
Property Value
Type Description
string

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • SourceXml
  • Extension Methods
Back to top Generated by DocFX