PlainLiteralEvent Constructor (String, String, String) |
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
)
Public Sub New (
value As String,
language As String,
sourceXml As String
)
Parameters
- value
- Type: SystemString
Value of the Literal. - language
- Type: SystemString
Language Specifier of the Literal. - sourceXml
- Type: SystemString
Source XML of the Event.
See Also