Class UriReferenceEvent
Event for representing URIRefs.
Inherited Members
Namespace: VDS.RDF.Parsing.Events.RdfXml
Assembly: dotNetRdf.dll
Syntax
public class UriReferenceEvent : BaseRdfXmlEvent, IRdfXmlEvent, IEvent
Constructors
| Edit this page View SourceUriReferenceEvent(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. |
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 SourceIdentifier
Gets the URIRef.
Declaration
public string Identifier { get; }
Property Value
| Type | Description |
|---|---|
| string |