BaseGraphGetLiteralNode Method (String, String) |
Returns the LiteralNode with the given Value in the given Language if it exists.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public abstract ILiteralNode GetLiteralNode(
string literal,
string langspec
)
Public MustOverride Function GetLiteralNode (
literal As String,
langspec As String
) As ILiteralNode
Parameters
- literal
- Type: SystemString
The literal value of the Node to select. - langspec
- Type: SystemString
The Language Specifier for the Node to select.
Return Value
Type:
ILiteralNodeEither the LiteralNode Or null if no Node with the given Value and Language Specifier exists.
Implements
IGraphGetLiteralNode(String, String)See Also