Click or drag to resize

UriReferenceEvent Constructor (String, String)

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

Namespace:  VDS.RDF.Parsing.Events.RdfXml
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public UriReferenceEvent(
	string identifier,
	string sourceXml
)

Parameters

identifier
Type: SystemString
URIRef.
sourceXml
Type: SystemString
Source XML of the URIRef.
See Also