Click or drag to resize

BaseHandlerCreateLiteralNode Method (String, Uri)

Creates a Literal Node with the given Datatype.

Namespace:  VDS.RDF.Parsing.Handlers
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual ILiteralNode CreateLiteralNode(
	string literal,
	Uri datatype
)

Parameters

literal
Type: SystemString
Value.
datatype
Type: SystemUri
Datatype URI.

Return Value

Type: ILiteralNode

[Missing <returns> documentation for "M:VDS.RDF.Parsing.Handlers.BaseHandler.CreateLiteralNode(System.String,System.Uri)"]

Implements

INodeFactoryCreateLiteralNode(String, Uri)
See Also