Class UriReferenceEvent
Event for representing URIRefs.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Parsing.Events.RdfXml
Assembly: dotNetRDF.dll
Syntax
public class UriReferenceEvent : BaseRdfXmlEvent, IRdfXmlEvent, IEvent
Constructors
| Improve this Doc 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 |
---|---|---|
System.String | identifier | URIRef. |
System.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 |
---|---|---|
System.String | identifier | URIRef. |
System.String | sourceXml | Source XML of the URIRef. |
PositionInfo | pos | Position Info. |
Properties
| Improve this Doc View SourceIdentifier
Gets the URIRef.
Declaration
public string Identifier { get; }
Property Value
Type | Description |
---|---|
System.String |