Click or drag to resize

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
)

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