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: System.String
Value of the Literal.
language
Type: System.String
Language Specifier of the Literal.
sourceXml
Type: System.String
Source XML of the Event.
pos
Type: VDS.RDF.Parsing.PositionInfo
Position Info.
See Also