Click or drag to resize

ThreadSafeGraphGetLiteralNode Method (String)

Returns the LiteralNode with the given Value if it exists.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override ILiteralNode GetLiteralNode(
	string literal
)

Parameters

literal
Type: SystemString
The literal value of the Node to select.

Return Value

Type: ILiteralNode
Either the LiteralNode Or null if no Node with the given Value exists.

Implements

IGraphGetLiteralNode(String)
Remarks
The LiteralNode in the Graph must have no Language or DataType set.
See Also