Click or drag to resize

TurtleW3CFormatter Constructor (String, QNameOutputMapper)

Creates a new Turtle Formatter.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected TurtleW3CFormatter(
	string formatName,
	QNameOutputMapper qnameMapper
)

Parameters

formatName
Type: SystemString
Format Name.
qnameMapper
Type: VDS.RDFQNameOutputMapper
QName Map.
See Also