Click or drag to resize

TypedLiteralEvent Constructor (String, String, String)

Creates a new Typed Literal Event.

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

Parameters

value
Type: SystemString
Value of the Literal.
datatype
Type: SystemString
DataType Uri of the Literal.
sourceXml
Type: SystemString
Source XML of the Event.
See Also