BaseLiteralNode Constructor (IGraph, String, Boolean) |
Internal Only Constructor for Literal Nodes.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected BaseLiteralNode(
IGraph g,
string literal,
bool normalize
)
Protected Sub New (
g As IGraph,
literal As String,
normalize As Boolean
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph this Node is in. - literal
- Type: SystemString
String value of the Literal. - normalize
- Type: SystemBoolean
Whether to Normalize the Literal Value.
See Also