ElementEventSetUri Method (UriReferenceEvent, INamespaceMapper) |
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,
INamespaceMapper nsMapper
)
Public Sub SetUri (
u As UriReferenceEvent,
nsMapper As INamespaceMapper
)
Parameters
- u
- Type: VDS.RDF.Parsing.Events.RdfXmlUriReferenceEvent
Uri Reference to set Uri from. - nsMapper
- Type: VDS.RDFINamespaceMapper
Namespace prefix mappings to use for resolving the QName of this element event.
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