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
)
Public Overridable Function CreateLiteralNode (
literal As String,
datatype As Uri
) As ILiteralNode
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