Click or drag to resize

UriReferenceEvent Constructor (String, String, PositionInfo)

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,
	PositionInfo pos
)

Parameters

identifier
Type: SystemString
URIRef.
sourceXml
Type: SystemString
Source XML of the URIRef.
pos
Type: VDS.RDF.ParsingPositionInfo
Position Info.
See Also