Click or drag to resize

PlainLiteralEvent Constructor (String, String, String, PositionInfo)

Creates a new Plain Literal Event.

Namespace:  VDS.RDF.Parsing.Events.RdfXml
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public PlainLiteralEvent(
	string value,
	string language,
	string sourceXml,
	PositionInfo pos
)

Parameters

value
Type: SystemString
Value of the Literal.
language
Type: SystemString
Language Specifier of the Literal.
sourceXml
Type: SystemString
Source XML of the Event.
pos
Type: VDS.RDF.ParsingPositionInfo
Position Info.
See Also