GraphGetLiteralNode 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
)
Public Overrides Function GetLiteralNode (
literal As String
) As ILiteralNode
Parameters
- literal
- Type: SystemString
The literal value of the Node to select.
Return Value
Type:
ILiteralNodeEither 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