Show / Hide Table of Contents

Class UriReferenceEvent

Event for representing URIRefs.

Inheritance
object
BaseEvent
BaseRdfXmlEvent
UriReferenceEvent
Implements
IRdfXmlEvent
IEvent
Inherited Members
BaseRdfXmlEvent.SourceXml
BaseEvent.EventType
BaseEvent.Position
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Parsing.Events.RdfXml
Assembly: dotNetRdf.dll
Syntax
public class UriReferenceEvent : BaseRdfXmlEvent, IRdfXmlEvent, IEvent

Constructors

| Edit this page View Source

UriReferenceEvent(string, string)

Creates a new URIRef Event from a URIRef in an XML Attribute value or similar.

Declaration
public UriReferenceEvent(string identifier, string sourceXml)
Parameters
Type Name Description
string identifier

URIRef.

string sourceXml

Source XML of the URIRef.

| Edit this page View Source

UriReferenceEvent(string, string, PositionInfo)

Creates a new URIRef Event from a URIRef in an XML Attribute value or similar.

Declaration
public UriReferenceEvent(string identifier, string sourceXml, PositionInfo pos)
Parameters
Type Name Description
string identifier

URIRef.

string sourceXml

Source XML of the URIRef.

PositionInfo pos

Position Info.

Properties

| Edit this page View Source

Identifier

Gets the URIRef.

Declaration
public string Identifier { get; }
Property Value
Type Description
string

Implements

IRdfXmlEvent
IEvent

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • UriReferenceEvent(string, string)
    • UriReferenceEvent(string, string, PositionInfo)
  • Properties
    • Identifier
  • Implements
  • Extension Methods
Back to top Generated by DocFX