Click or drag to resize

TypedLiteralEvent Constructor (String, String, String, PositionInfo)

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

Parameters

value
Type: SystemString
Value of the Literal.
datatype
Type: SystemString
DataType Uri of the Literal.
sourceXml
Type: SystemString
Source XML of the Event.
pos
Type: VDS.RDF.ParsingPositionInfo
Position Info.
See Also