Click or drag to resize

ElementEventSetUri Method (UriReferenceEvent)

Method which sets the Uri for this Element Event.

Namespace:  VDS.RDF.Parsing.Events.RdfXml
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void SetUri(
	UriReferenceEvent u
)

Parameters

u
Type: VDS.RDF.Parsing.Events.RdfXmlUriReferenceEvent
Uri Reference to set Uri from.
Remarks
This can only be used on Elements which are rdf:li and thus need expanding into actual list elements according to List Expansion rules. Attempting to set the Uri on any other Element Event will cause an Error message.
See Also